00001 /* autoconf.h. Generated automatically by configure. */ 00002 /* -*- Mode:C++; c-basic-offset:8; tab-width:8; indent-tabs-mode:t -*- */ 00003 /* 00004 * Copyright (c) 1997 University of Southern California. 00005 * All rights reserved. 00006 * 00007 * Redistribution and use in source and binary forms are permitted 00008 * provided that the above copyright notice and this paragraph are 00009 * duplicated in all such forms and that any documentation, advertising 00010 * materials, and other materials related to such distribution and use 00011 * acknowledge that the software was developed by the University of 00012 * Southern California, Information Sciences Institute. The name of the 00013 * University may not be used to endorse or promote products derived from 00014 * this software without specific prior written permission. 00015 * 00016 * THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED 00017 * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF 00018 * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. 00019 * 00020 */ 00021 00022 /* This file should contain variables changed only by autoconf. */ 00023 00024 /* XXX Change the following two variables to where your perl and tcl are located! */ 00025 #define NSPERL_PATH "C:\\Program\\Perl\\bin\\perl.exe" 00026 #define NSTCLSH_PATH "C:\\Program\\Tcl\\bin\\tclsh80.exe" 00027 00028 /* If you need these from tcl, see the file tcl/lib/ns-autoconf.tcl.in */ 00029 00030 /* 00031 * Put autoconf #define's here to keep them off the command line. 00032 * see autoconf.info(Header Templates) in the autoconf docs. 00033 */ 00034 00035 /* what does random(3) return? */ 00036 #define RANDOM_RETURN_TYPE int 00037 00038 /* type definitions */ 00039 typedef char int8_t; /* cygwin-b20\H-i586-cygwin32\i586-cygwin32\include\sys\types.h(83) */ 00040 typedef unsigned char u_int8_t; /* cygwin-b20\H-i586-cygwin32\i586-cygwin32\include\sys\types.h(84) */ 00041 typedef short int16_t; /* cygnus\cygwin-b20\H-i586-cygwin32\i586-cygwin32\include\sys\types.h(85) */ 00042 typedef unsigned short u_int16_t; /* from cygwin-b20\H-i586-cygwin32\i586-cygwin32\include\sys\types.h(86) */ 00043 typedef int int32_t; /* cygwin-b20\H-i586-cygwin32\i586-cygwin32\include\sys\types.h(87) */ 00044 typedef unsigned int u_int32_t; /* cygwin-b20\H-i586-cygwin32\i586-cygwin32\include\sys\types.h(88) */ 00045 00046 typedef __int64 int64_t; /* C:\Program\Microsoft Visual Studio\VC98\CRT\SRC\STRTOQ.C(19) */ 00047 typedef unsigned __int64 u_int64_t; /* C:\Program\Microsoft Visual Studio\VC98\CRT\SRC\STRTOQ.C(20) */ 00048 #undef HAVE_INT64 00049 #define SIZEOF_LONG 4 00050 00051 /* functions */ 00052 #undef HAVE_BCOPY 00053 #undef HAVE_BZERO 00054 #undef HAVE_GETRUSAGE 00055 #undef HAVE_SBRK 00056 #undef HAVE_SNPRINTF 00057 #undef HAVE_STRTOLL 00058 #undef HAVE_STRTOQ 00059 00060 /* headers */ 00061 #define HAVE_STRING_H 1 00062 #undef HAVE_STRINGS_H 00063 #undef HAVE_ARPA_INET_H 00064 #undef HAVE_NETINET_IN_H 00065
1.3.3