00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024 #define NSPERL_PATH "@PERL@"
#define NSTCLSH_PATH "@V_TCLSH@"
/* If you need these from tcl, see the file tcl/lib/ns-autoconf.tcl.in */
/*
* Put autoconf #define's here to keep them off the command line.
* see autoconf.info(Header Templates) in the autoconf docs.
*/
#define _GNU_SOURCE 1
/* what does random(3) return? */
#define RANDOM_RETURN_TYPE long
/* type definitions */
/* #undef int8_t */
/* #undef int16_t */
/* #undef int32_t */
/* #undef u_int8_t */
/* #undef u_int16_t */
/* #undef u_int32_t */
/* 64-bits */
#define HAVE_INT64 1
#define SIZEOF_LONG 4
/* #undef int64_t */
/* socklen_t (for nse) */
#define HAVE_SOCKLEN_T 1
/* functions */
#define HAVE_BCOPY 1
#define HAVE_BZERO 1
#define HAVE_GETRUSAGE 1
#define HAVE_SBRK 1
#define HAVE_SNPRINTF 1
#define HAVE_STRTOLL 1
#define HAVE_STRTOQ 1
/* #undef HAVE_ADDR2ASCII */
#define HAVE_FEENABLEEXCEPT 1
/* headers */
#define STDC_HEADERS 1
#define HAVE_STRING_H 1
#define HAVE_STRINGS_H 1
#define HAVE_ARPA_INET_H 1
#define HAVE_NETINET_IN_H 1
#define HAVE_NET_ETHERNET_H 1
#define HAVE_FENV_H 1
/* structures */
#define HAVE_ETHER_HEADER_STRUCT 1
#define HAVE_ETHER_ADDRESS_STRUCT 1
/* constants */
#define HAVE_SIOCGIFHWADDR 1
/* stl */
#ifdef __cplusplus
#define HAVE_STL 1
#define CPP_REQUIRES_NAMESPACE 1
#ifdef CPP_REQUIRES_NAMESPACE
using namespace CPP_NAMESPACE;
#endif /* CPP_NAMESPACE */
#endif /* __cplusplus */