/* src/config.h. Generated by configure. */ #ifndef config_h_included #define config_h_included /* * Define the following if you compiler is an ANSI compiler and supports * prototypes, etl a. */ /* #undef STDC_HEADERS */ /* * The include file sys/wait.h is required by sqsh_sigcld.c in order * to call wait_pid(). Define this if the header file is available. */ /* #undef HAVE_SYS_WAIT_H */ /* * Common header files. */ /* #undef HAVE_STDLIB_H */ /* #undef HAVE_SYS_TYPES_H */ /* #undef HAVE_STRING_H */ #define HAVE_FCNTL_H 1 /* #undef HAVE_UNISTD_H */ /* #undef HAVE_MEMORY_H */ #define HAVE_ERRNO_H 1 #define HAVE_SYS_TIME_H 1 #define HAVE_TIME_H 1 #define HAVE_SYS_PARAM_H 1 #define HAVE_LIMITS_H 1 /* #undef HAVE_CRYPT_H */ /* #undef HAVE_SHADOW_H */ /* #undef HAVE_STROPTS_H */ /* * If you compiler doesn't fully support the keyword 'const' * then define const to be empty. */ #define const /* * If the following types are not defined in stdlib.h and sys/types.h * then guess the closest possible data type. */ #define mode_t int #define pid_t int /* #undef uid_t */ /* * The following is the return type of a signal handler. On most * systems this is void. */ #define RETSIGTYPE int /* * The following functions are frequently unavailable on certain * systems. */ #define HAVE_STRCASECMP 1 #define HAVE_STRERROR 1 /* #undef HAVE_CFTIME */ #define HAVE_STRFTIME 1 #define HAVE_MEMCPY 1 #define HAVE_MEMMOVE 1 #define HAVE_LOCALTIME 1 #define HAVE_TIMELOCAL 1 #define HAVE_STRCHR 1 /* #undef HAVE_SIGSETJMP */ #define HAVE_GETTIMEOFDAY 1 /* #undef HAVE_GET_PROCESS_STATS */ #define HAVE_SIGACTION 1 #define HAVE_CRYPT 1 #define HAVE_POLL 1 /* * Define if your compiler supports the volatile keyword. */ /* #undef HAVE_VOLATILE */ /* * Signal behaviour */ /* #undef SYSV_SIGNALS */ #endif