/* config.h. Generated automatically by configure. */ // If your compiler doesn't have bool builting, use the block below #ifndef _CONFIG_H #define _CONFIG_H #include <stdio.h> #if 0 typedef unsigned char bool; const unsigned char true = 1; const unsigned char false = 0; #endif /* Define if you don't have vprintf but do have _doprnt. */ /* #undef HAVE_DOPRNT */ /* Define if you have a working `mmap' system call. */ #define HAVE_MMAP 1 /* Define if you have the vprintf function. */ #define HAVE_VPRINTF 1 /* Define to `long' if <sys/types.h> doesn't define. */ /* #undef off_t */ /* Define to `int' if <sys/types.h> doesn't define. */ /* #undef pid_t */ /* Define as the return type of signal handlers (int or void). */ #define RETSIGTYPE void /* Define to `unsigned' if <sys/types.h> doesn't define. */ /* #undef size_t */ /* Define if you have the ANSI C header files. */ #define STDC_HEADERS 1 /* Define if you can safely include both <sys/time.h> and <time.h>. */ #define TIME_WITH_SYS_TIME 1 /* Define if you have the getpagesize function. */ #define HAVE_GETPAGESIZE 1 /* Define if you have the memmove function. */ #define HAVE_MEMMOVE 1 /* Define if you have the select function. */ #define HAVE_SELECT 1 /* Define if you have the socket function. */ #define HAVE_SOCKET 1 /* Define if you have the valloc function. */ #define HAVE_VALLOC 1 /* Define if you have the <fcntl.h> header file. */ #define HAVE_FCNTL_H 1 /* Define if you have the <sys/time.h> header file. */ #define HAVE_SYS_TIME_H 1 /* Define if you have the <unistd.h> header file. */ #define HAVE_UNISTD_H 1 /* Define if you have the crypt library (-lcrypt). */ /* #undef HAVE_LIBCRYPT */ /* Define if you have the descrypt library (-ldescrypt). */ /* #undef HAVE_LIBDESCRYPT */ /* Define if you have the nsl library (-lnsl). */ /* #undef HAVE_LIBNSL */ /* Define if you have the socket library (-lsocket). */ /* #undef HAVE_LIBSOCKET */ /* Define if you have the stdc++ library (-lstdc++). */ /* #undef HAVE_LIBSTDC__ */ #endif // _CONFIG_H