/* include/config.h. Generated automatically by configure. */ /*--------------------------------------------------* * $Header: /usr/src/Projects/rain/rain-1.2.7b3/include/config.h.in,v 1.1 2001/07/29 06:35:00 root Exp root $ * $Author: root $ * config.h * rain - by Evil (mystic@tenebrous.com) * A flexible packet flooder for testing stability. * Copyright(c) 2001 * Licensed under the GNU General Public License * * $Log: config.h.in,v $ * Revision 1.1 2001/07/29 06:35:00 root * Initial revision * *-------------------------------------------------*/ #ifndef RAIN_CONFIG_H #define RAIN_CONFIG_H /* * special macros to specify OS */ /* #undef RAIN_LINUX */ /* #undef RAIN_BSD */ /* * datatype sizes */ /* #undef SIZEOF_INT */ /* #undef SIZEOF_INT_P */ /* #undef SIZEOF_CHAR */ /* #undef SIZEOF_CHAR_P */ /* #undef SIZEOF_SHORT */ /* #undef SIZEOF_LONG */ /* #undef SIZEOF_UNSIGNED_LONG */ /* #undef SIZEOF_UNSIGNED_CHAR */ /* * header files */ #define HAVE_STDIO_H 1 #define HAVE_STDLIB_H 1 #define HAVE_UNISTD_H 1 #define HAVE_ERRNO_H 1 #define HAVE_STRING_H 1 #define HAVE_SIGNAL_H 1 #define HAVE_TIME_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_FCNTL_H 1 #define HAVE_SYS_TIME_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_SYS_SOCKET_H 1 #define HAVE_NETINET_IN_H 1 #define HAVE_ARPA_INET_H 1 #define HAVE_NETDB_H 1 #define HAVE_NETDB_H 1 /* * library functions */ #define HAVE_IOCTL 1 #define HAVE_FCNTL 1 #define HAVE_MEMSET 1 #define HAVE_ALARM 1 #define HAVE_USLEEP 1 #define HAVE_GETHOSTBYNAME 1 #define HAVE_GETSERVBYPORT 1 #define HAVE_HTONS 1 #define HAVE_NTOHS 1 #define HAVE_INET_NTOA 1 #define HAVE_INET_ADDR 1 #define HAVE_SOCKET 1 #define HAVE_SETSOCKOPT 1 #define HAVE_SEND 1 #define HAVE_SENDTO 1 #define HAVE_RECV 1 #define HAVE_RECVFROM 1 #define HAVE_PRINTF 1 #define HAVE_STRCPY 1 #define HAVE_STRCMP 1 #define HAVE_STRSTR 1 #define HAVE_STRERROR 1 #define HAVE_ATOI 1 #define HAVE_ATOL 1 /* * return type for signal handler */ #define RETSIGTYPE void /* * setvbuf() arguments reversed? */ /* #undef SETVBUF_REVERSED */ #endif /* RAIN_CONFIG_H */