config.h revision 33975
1/* config.h.  Generated automatically by configure.  */
2/* config.in.  Generated automatically from configure.in by autoheader.  */
3
4/* Whether strstr must be declared even if <string.h> is included.  */
5/* #undef NEED_DECLARATION_STRSTR */
6
7/* Whether fprintf must be declared even if <stdio.h> is included.  */
8/* #undef NEED_DECLARATION_FPRINTF */
9
10/* Whether sbrk must be declared even if <unistd.h> is included.  */
11/* #undef NEED_DECLARATION_SBRK */
12
13/* Whether getenv must be declared even if <stdlib.h> is included.  */
14/* #undef NEED_DECLARATION_GETENV */
15
16/* Define if using alloca.c.  */
17/* #undef C_ALLOCA */
18
19/* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
20   This function is required for alloca.c support on those systems.  */
21/* #undef CRAY_STACKSEG_END */
22
23/* Define if you have alloca, as a function or macro.  */
24#define HAVE_ALLOCA 1
25
26/* Define if you have <alloca.h> and it should be used (not on Ultrix).  */
27/* #undef HAVE_ALLOCA_H */
28
29/* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
30#define HAVE_SYS_WAIT_H 1
31
32/* Define if you have <vfork.h>.  */
33/* #undef HAVE_VFORK_H */
34
35/* Define to `int' if <sys/types.h> doesn't define.  */
36/* #undef pid_t */
37
38/* If using the C implementation of alloca, define if you know the
39   direction of stack growth for your system; otherwise it will be
40   automatically deduced at run-time.
41 STACK_DIRECTION > 0 => grows toward higher addresses
42 STACK_DIRECTION < 0 => grows toward lower addresses
43 STACK_DIRECTION = 0 => direction of growth unknown
44 */
45/* #undef STACK_DIRECTION */
46
47/* Define if you have the ANSI C header files.  */
48#define STDC_HEADERS 1
49
50/* Define vfork as fork if vfork does not work.  */
51/* #undef vfork */
52
53/* Is the type time_t defined in <time.h>?  */
54#define HAVE_TIME_T_IN_TIME_H 1
55
56/* Is the type time_t defined in <sys/types.h>?  */
57#define HAVE_TIME_T_IN_TYPES_H 1
58
59/* Does <utime.h> define struct utimbuf?  */
60#define HAVE_GOOD_UTIME_H 1
61
62/* Do we need to use the b modifier when opening binary files?  */
63/* #undef USE_BINARY_FOPEN */
64
65/* Define if you have the sbrk function.  */
66#define HAVE_SBRK 1
67
68/* Define if you have the utimes function.  */
69#define HAVE_UTIMES 1
70
71/* Define if you have the <fcntl.h> header file.  */
72#define HAVE_FCNTL_H 1
73
74/* Define if you have the <stdlib.h> header file.  */
75#define HAVE_STDLIB_H 1
76
77/* Define if you have the <string.h> header file.  */
78#define HAVE_STRING_H 1
79
80/* Define if you have the <strings.h> header file.  */
81#define HAVE_STRINGS_H 1
82
83/* Define if you have the <sys/file.h> header file.  */
84#define HAVE_SYS_FILE_H 1
85
86/* Define if you have the <unistd.h> header file.  */
87#define HAVE_UNISTD_H 1
88