autoconf-win32.h
上传用户:rrhhcc
上传日期:2015-12-11
资源大小:54129k
文件大小:4k
源码类别:

通讯编程

开发平台:

Visual C++

  1. /* autoconf.h.  Generated automatically by configure.  */
  2. /* -*- Mode:C++; c-basic-offset:8; tab-width:8; indent-tabs-mode:t -*- */
  3. /*
  4.  * autoconf-win32.h
  5.  * Copyright (C) 1997 by the University of Southern California
  6.  * $Id: autoconf-win32.h,v 1.2 2005/08/25 18:58:00 johnh Exp $
  7.  *
  8.  * This program is free software; you can redistribute it and/or
  9.  * modify it under the terms of the GNU General Public License,
  10.  * version 2, as published by the Free Software Foundation.
  11.  *
  12.  * This program is distributed in the hope that it will be useful,
  13.  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  14.  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  15.  * GNU General Public License for more details.
  16.  *
  17.  * You should have received a copy of the GNU General Public License along
  18.  * with this program; if not, write to the Free Software Foundation, Inc.,
  19.  * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
  20.  *
  21.  *
  22.  * The copyright of this module includes the following
  23.  * linking-with-specific-other-licenses addition:
  24.  *
  25.  * In addition, as a special exception, the copyright holders of
  26.  * this module give you permission to combine (via static or
  27.  * dynamic linking) this module with free software programs or
  28.  * libraries that are released under the GNU LGPL and with code
  29.  * included in the standard release of ns-2 under the Apache 2.0
  30.  * license or under otherwise-compatible licenses with advertising
  31.  * requirements (or modified versions of such code, with unchanged
  32.  * license).  You may copy and distribute such a system following the
  33.  * terms of the GNU GPL for this module and the licenses of the
  34.  * other code concerned, provided that you include the source code of
  35.  * that other code when and as the GNU GPL requires distribution of
  36.  * source code.
  37.  *
  38.  * Note that people who make modified versions of this module
  39.  * are not obligated to grant this special exception for their
  40.  * modified versions; it is their choice whether to do so.  The GNU
  41.  * General Public License gives permission to release a modified
  42.  * version without this exception; this exception also makes it
  43.  * possible to release a modified version which carries forward this
  44.  * exception.
  45.  *
  46.  */
  47. /* This file should contain variables changed only by autoconf. */
  48. /* XXX Change the following two variables to where your perl and tcl are located! */
  49. #define NSPERL_PATH "C:\Program\Perl\bin\perl.exe"
  50. #define NSTCLSH_PATH "C:\Program\Tcl\bin\tclsh80.exe"
  51. /* If you need these from tcl, see the file tcl/lib/ns-autoconf.tcl.in */
  52. /*
  53.  * Put autoconf #define's here to keep them off the command line.
  54.  * see autoconf.info(Header Templates) in the autoconf docs.
  55.  */
  56. /* what does random(3) return? */
  57. #define RANDOM_RETURN_TYPE int
  58. /* type definitions */
  59. typedef char int8_t; /* cygwin-b20H-i586-cygwin32i586-cygwin32includesystypes.h(83) */
  60. typedef unsigned char u_int8_t; /* cygwin-b20H-i586-cygwin32i586-cygwin32includesystypes.h(84) */
  61. typedef short int16_t; /* cygnuscygwin-b20H-i586-cygwin32i586-cygwin32includesystypes.h(85) */
  62. typedef unsigned short u_int16_t; /* from cygwin-b20H-i586-cygwin32i586-cygwin32includesystypes.h(86) */
  63. typedef int int32_t; /* cygwin-b20H-i586-cygwin32i586-cygwin32includesystypes.h(87) */
  64. typedef unsigned int u_int32_t; /* cygwin-b20H-i586-cygwin32i586-cygwin32includesystypes.h(88) */
  65. typedef __int64 int64_t; /* C:ProgramMicrosoft Visual StudioVC98CRTSRCSTRTOQ.C(19) */
  66. typedef unsigned __int64 u_int64_t; /* C:ProgramMicrosoft Visual StudioVC98CRTSRCSTRTOQ.C(20) */
  67. #undef HAVE_INT64
  68. #define SIZEOF_LONG 4
  69. /* functions */
  70. #undef HAVE_BCOPY
  71. #undef HAVE_BZERO
  72. #undef HAVE_GETRUSAGE
  73. #undef HAVE_SBRK
  74. #undef HAVE_SNPRINTF
  75. #undef HAVE_STRTOLL
  76. #undef HAVE_STRTOQ
  77. /* headers */
  78. #define HAVE_STRING_H 1
  79. #undef HAVE_STRINGS_H
  80. #undef HAVE_ARPA_INET_H
  81. #undef HAVE_NETINET_IN_H