1 /* src/config.h.  Generated from config.h.in by configure.  */
2 #ifndef config_h_included
3 #define config_h_included
4 
5 /*
6  * Define the following if you compiler is an ANSI compiler and supports
7  * prototypes, etl a.
8  */
9 #define STDC_HEADERS 1
10 
11 /*
12  * The include file sys/wait.h is required by sqsh_sigcld.c in order
13  * to call wait_pid().  Define this if the header file is available.
14  */
15 #define HAVE_SYS_WAIT_H 1
16 
17 /*
18  * Common header files.
19  */
20 #define HAVE_STDLIB_H 1
21 #define HAVE_SYS_TYPES_H 1
22 #define HAVE_STRING_H 1
23 #define HAVE_FCNTL_H 1
24 #define HAVE_UNISTD_H 1
25 #define HAVE_MEMORY_H 1
26 #define HAVE_ERRNO_H 1
27 #define HAVE_SYS_TIME_H 1
28 #define HAVE_TIME_H 1
29 #define HAVE_SYS_PARAM_H 1
30 #define HAVE_LIMITS_H 1
31 /* #undef HAVE_CRYPT_H */
32 /* #undef HAVE_SHADOW_H */
33 /* #undef HAVE_STROPTS_H */
34 
35 /*
36  * If you compiler doesn't fully support the keyword 'const'
37  * then define const to be empty.
38  */
39 /* #undef const */
40 
41 /*
42  * If the following types are not defined in stdlib.h and sys/types.h
43  * then guess the closest possible data type.
44  */
45 /* #undef mode_t */
46 /* #undef pid_t */
47 /* #undef uid_t */
48 
49 /*
50  * The following is the return type of a signal handler.  On most
51  * systems this is void.
52  */
53 #define RETSIGTYPE void
54 
55 /*
56  * The following functions are frequently unavailable on certain
57  * systems.
58  */
59 #define HAVE_STRCASECMP 1
60 #define HAVE_STRERROR 1
61 /* #undef HAVE_CFTIME */
62 #define HAVE_STRFTIME 1
63 #define HAVE_MEMCPY 1
64 #define HAVE_MEMMOVE 1
65 #define HAVE_LOCALTIME 1
66 #define HAVE_TIMELOCAL 1
67 #define HAVE_STRCHR 1
68 #define HAVE_SIGSETJMP 1
69 #define HAVE_GETTIMEOFDAY 1
70 /* #undef HAVE_GET_PROCESS_STATS */
71 #define HAVE_SIGACTION 1
72 /* #undef HAVE_CRYPT */
73 #define HAVE_POLL 1
74 
75 /*
76  * Define if your compiler supports the volatile keyword.
77  */
78 #define HAVE_VOLATILE 1
79 
80 /*
81  * Signal behaviour
82  */
83 /* #undef SYSV_SIGNALS */
84 
85 /*
86  * sqsh-2.3 : Test availability of locale
87  */
88 #define HAVE_LOCALE_H 1
89 #define HAVE_LOCALECONV 1
90 #define HAVE_SETLOCALE 1
91 
92 #endif
93