/* config.h.in. Generated from configure.in by autoheader. */ /* system binary directory */ #undef BIN_LOC /* Build curses-based UI */ #undef BUILD_CURSES /* Build panel UI */ #undef BUILD_PANEL /* AssumeDefaultColors present */ #undef HAVE_ASSUME_DEFAULT_COLORS /* Define to 1 if you have the header file. */ #undef HAVE_ERRNO_H /* Expat XML library */ #undef HAVE_EXPAT /* Define to 1 if you have the header file. */ #undef HAVE_GETOPT_H /* system defines getopt_long */ #undef HAVE_GETOPT_LONG /* Define to 1 if you have the `gettimeofday' function. */ #undef HAVE_GETTIMEOFDAY /* GMP math library */ #undef HAVE_GMP /* GPS support will be built. */ #undef HAVE_GPS /* Imagemagick image library */ #undef HAVE_IMAGEMAGICK /* inttypes.h is present */ #undef HAVE_INTTYPES_H /* Curses terminal lib */ #undef HAVE_LIBCURSES /* NCurses terminal lib */ #undef HAVE_LIBNCURSES /* Panel terminal lib */ #undef HAVE_LIBPANEL /* libpcap packet capture lib */ #undef HAVE_LIBPCAP /* Ethereal wiretap library */ #undef HAVE_LIBWIRETAP /* Libz compression lib */ #undef HAVE_LIBZ /* Linux netlink socket capture present */ #undef HAVE_LINUX_NETLINK /* Linux wireless extentions present */ #undef HAVE_LINUX_WIRELESS /* Linux wireless extentions v22 or better present */ #undef HAVE_LINUX_WIRELESS22 /* Define to 1 if you have the header file. */ #undef HAVE_MEMORY_H /* Define to 1 if you have the `memset' function. */ #undef HAVE_MEMSET /* pcap/pcap.h */ #undef HAVE_PCAPPCAP_H /* libpcap header */ #undef HAVE_PCAP_H /* Nonblocking-capable libpcap */ #undef HAVE_PCAP_NONBLOCK /* pthread threading library */ #undef HAVE_PTHREAD /* radiotap packet headers */ #undef HAVE_RADIOTAP /* Define to 1 if you have the `select' function. */ #undef HAVE_SELECT /* Define to 1 if you have the `socket' function. */ #undef HAVE_SOCKET /* accept() takes type socklen_t for addrlen */ #undef HAVE_SOCKLEN_T /* Define to 1 if `stat' has the bug that it succeeds when given the zero-length file name argument. */ #undef HAVE_STAT_EMPTY_STRING_BUG /* stdint.h is present */ #undef HAVE_STDINT_H /* Define to 1 if you have the header file. */ #undef HAVE_STDLIB_H /* Define to 1 if you have the `strcasecmp' function. */ #undef HAVE_STRCASECMP /* Define to 1 if you have the `strftime' function. */ #undef HAVE_STRFTIME /* Define to 1 if you have the header file. */ #undef HAVE_STRINGS_H /* Define to 1 if you have the header file. */ #undef HAVE_STRING_H /* Define to 1 if you have the `strstr' function. */ #undef HAVE_STRSTR /* setuid capable */ #undef HAVE_SUID /* System headers are there */ #undef HAVE_SYSHEADERS /* Define to 1 if you have the header file. */ #undef HAVE_SYS_SOCKET_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_STAT_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_TIME_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_TYPES_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_WAIT_H /* Define to 1 if you have the header file. */ #undef HAVE_UNISTD_H /* Viha headers are there */ #undef HAVE_VIHAHEADERS /* Define to 1 if you have the header file. */ #undef HAVE_WIFI_IEEE80211FRAME_H /* Define to 1 if you have the header file. */ #undef HAVE_WIFI_WFEXCEPTION_H /* Define to 1 if you have the header file. */ #undef HAVE_WIFI_WLFRAME_H /* Define to 1 if you have the header file. */ #undef HAVE_WIFI_WLPACKETSOURCE_H /* wsp100 remote sensor support */ #undef HAVE_WSP100 /* wtap_read takes two int * parameters */ #undef HAVE_WTAPREAD_INTINT /* wiretap functions takesfour parameters */ #undef HAVE_WTAP_ARGQUAD /* system state directory */ #undef LOCALSTATE_DIR /* Define to 1 if `lstat' dereferences a symlink specified with a trailing slash. */ #undef LSTAT_FOLLOWS_SLASHED_SYMLINK /* Define to the address where bug reports for this package should be sent. */ #undef PACKAGE_BUGREPORT /* Define to the full name of this package. */ #undef PACKAGE_NAME /* Define to the full name and version of this package. */ #undef PACKAGE_STRING /* Define to the one symbol short name of this package. */ #undef PACKAGE_TARNAME /* Define to the version of this package. */ #undef PACKAGE_VERSION /* Define as the return type of signal handlers (`int' or `void'). */ #undef RETSIGTYPE /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS /* system config directory */ #undef SYSCONF_LOC /* Compiling for Cygwin */ #undef SYS_CYGWIN /* Compiling for FreeBSD */ #undef SYS_FREEBSD /* Compiling for Linux OS */ #undef SYS_LINUX /* Compiling for NetBSD */ #undef SYS_NETBSD /* Compiling for OpenBSD */ #undef SYS_OPENBSD /* Define to 1 if you can safely include both and . */ #undef TIME_WITH_SYS_TIME /* Define to 1 if your declares `struct tm'. */ #undef TM_IN_SYS_TIME /* Use local dumper code */ #undef USE_LOCAL_DUMP /* Define to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel and VAX). */ #undef WORDS_BIGENDIAN /* Number of bits in a file offset, on hosts where this is settable. */ #undef _FILE_OFFSET_BITS /* Define for large files, on AIX-style hosts. */ #undef _LARGE_FILES /* Define to empty if `const' does not conform to ANSI C. */ #undef const /* Maximum number of characters in the status line */ #define STATUS_MAX 1024 /* Maximum number of channels - I've only ever heard of 14 being used. */ #define CHANNEL_MAX 14 /* Stupid ncurses */ #define NCURSES_NOMACROS /* Number of hex pairs in a key */ #define WEPKEY_MAX 32 /* String length of a key */ #define WEPKEYSTR_MAX ((WEPKEY_MAX * 2) + WEPKEY_MAX) /* Number of past alerts to queue for new clients */ #define ALERT_BACKLOG 50 /* system min isn't reliable */ #define kismin(x,y) ((x) < (y) ? (x) : (y)) #define kismax(x,y) ((x) > (y) ? (x) : (y)) // Timer slices per second #define SERVER_TIMESLICES_SEC 10 /* Namespace */ using namespace std; #define __STL_USE_NAMESPACES #ifndef _ #define _(x) x #endif