source: main/tags/2.10/gsdl/config.h.in@ 32704

Last change on this file since 32704 was 698, checked in by sjboddie, 25 years ago

more configuration stuff $%&%$$3#$

  • Property svn:keywords set to Author Date Id Revision
File size: 4.4 KB
Line 
1/* config.h.in. Generated automatically from configure.in by autoheader. */
2
3/* Define if on AIX 3.
4 System headers sometimes define this.
5 We just want to avoid a redefinition error message. */
6#ifndef _ALL_SOURCE
7#undef _ALL_SOURCE
8#endif
9
10/* Define if using alloca.c. */
11#undef C_ALLOCA
12
13/* Define to empty if the keyword does not work. */
14#undef const
15
16/* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
17 This function is required for alloca.c support on those systems. */
18#undef CRAY_STACKSEG_END
19
20/* Define if you have alloca, as a function or macro. */
21#undef HAVE_ALLOCA
22
23/* Define if you have <alloca.h> and it should be used (not on Ultrix). */
24#undef HAVE_ALLOCA_H
25
26/* Define if you don't have vprintf but do have _doprnt. */
27#undef HAVE_DOPRNT
28
29/* Define if you have the vprintf function. */
30#undef HAVE_VPRINTF
31
32/* Define if on MINIX. */
33#undef _MINIX
34
35/* Define to `long' if <sys/types.h> doesn't define. */
36#undef off_t
37
38/* Define if the system does not provide POSIX.1 features except
39 with this defined. */
40#undef _POSIX_1_SOURCE
41
42/* Define if you need to in order for stat and other things to work. */
43#undef _POSIX_SOURCE
44
45/* Define as the return type of signal handlers (int or void). */
46#undef RETSIGTYPE
47
48/* Define to `unsigned' if <sys/types.h> doesn't define. */
49#undef size_t
50
51/* If using the C implementation of alloca, define if you know the
52 direction of stack growth for your system; otherwise it will be
53 automatically deduced at run-time.
54 STACK_DIRECTION > 0 => grows toward higher addresses
55 STACK_DIRECTION < 0 => grows toward lower addresses
56 STACK_DIRECTION = 0 => direction of growth unknown
57 */
58#undef STACK_DIRECTION
59
60/* Define if you have the ANSI C header files. */
61#undef STDC_HEADERS
62
63/* Define if you can safely include both <sys/time.h> and <time.h>. */
64#undef TIME_WITH_SYS_TIME
65
66/* Define if your <sys/time.h> declares struct tm. */
67#undef TM_IN_SYS_TIME
68
69/* Define to the name of the distribution. */
70#undef PACKAGE
71
72/* Define to the version of the distribution. */
73#undef VERSION
74
75/* Define to 1 if you have the valloc function. */
76#undef HAVE_VALLOC
77
78/* Some braindead header files do not have the requ'd function declarations */
79#undef HAVE_FGETC_DECL
80#undef HAVE_FREAD_DECL
81
82/* See if have this field in the prstatus_t structure */
83/* It stores the size of the process heap */
84#undef HAVE_PR_BRKSIZE
85
86/* Define FASTCGI if needsbe */
87#undef USE_FASTCGI
88
89/* Define if you have the ftime function. */
90#undef HAVE_FTIME
91
92/* Define if you have the ftruncate function. */
93#undef HAVE_FTRUNCATE
94
95/* Define if you have the getpagesize function. */
96#undef HAVE_GETPAGESIZE
97
98/* Define if you have the getrusage function. */
99#undef HAVE_GETRUSAGE
100
101/* Define if you have the mallinfo function. */
102#undef HAVE_MALLINFO
103
104/* Define if you have the select function. */
105#undef HAVE_SELECT
106
107/* Define if you have the setbuffer function. */
108#undef HAVE_SETBUFFER
109
110/* Define if you have the strcasecmp function. */
111#undef HAVE_STRCASECMP
112
113/* Define if you have the strftime function. */
114#undef HAVE_STRFTIME
115
116/* Define if you have the strstr function. */
117#undef HAVE_STRSTR
118
119/* Define if you have the strtol function. */
120#undef HAVE_STRTOL
121
122/* Define if you have the times function. */
123#undef HAVE_TIMES
124
125/* Define if you have the valloc function. */
126#undef HAVE_VALLOC
127
128/* Define if you have the <dirent.h> header file. */
129#undef HAVE_DIRENT_H
130
131/* Define if you have the <fcntl.h> header file. */
132#undef HAVE_FCNTL_H
133
134/* Define if you have the <limits.h> header file. */
135#undef HAVE_LIMITS_H
136
137/* Define if you have the <memory.h> header file. */
138#undef HAVE_MEMORY_H
139
140/* Define if you have the <ndir.h> header file. */
141#undef HAVE_NDIR_H
142
143/* Define if you have the <string.h> header file. */
144#undef HAVE_STRING_H
145
146/* Define if you have the <sys/dir.h> header file. */
147#undef HAVE_SYS_DIR_H
148
149/* Define if you have the <sys/ndir.h> header file. */
150#undef HAVE_SYS_NDIR_H
151
152/* Define if you have the <sys/procfs.h> header file. */
153#undef HAVE_SYS_PROCFS_H
154
155/* Define if you have the <sys/time.h> header file. */
156#undef HAVE_SYS_TIME_H
157
158/* Define if you have the <unistd.h> header file. */
159#undef HAVE_UNISTD_H
160
161/* Define if you have the g library (-lg). */
162#undef HAVE_LIBG
163
164/* Define if you have the gdbm library (-lgdbm). */
165#undef HAVE_LIBGDBM
166
167/* Define if you have the m library (-lm). */
168#undef HAVE_LIBM
169
170/* Define if you have the stdc library (-lstdc). */
171#undef HAVE_LIBSTDC
Note: See TracBrowser for help on using the repository browser.