source: branches/ant-install-branch/gsdl3/config.h.in@ 10798

Last change on this file since 10798 was 7728, checked in by kjdon, 20 years ago

added a new line at the end of the file

  • Property svn:keywords set to Author Date Id Revision
File size: 6.5 KB
Line 
1/* config.h.in. Generated from configure.ac by autoheader.
2plus a few things added by hand (GSDL3_CONFIG_H #defs, and stuff at the end)*/
3
4#ifndef _GSDL3_CONFIG_H
5#define _GSDL3_CONFIG_H
6
7/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
8 systems. This function is required for `alloca.c' support on those systems.
9 */
10#undef CRAY_STACKSEG_END
11
12/* Define to 1 if using `alloca.c'. */
13#undef C_ALLOCA
14
15/* "Define if you have gettext eg glibc" */
16#undef ENABLE_NLS
17
18/* Define to 1 if you have `alloca', as a function or macro. */
19#undef HAVE_ALLOCA
20
21/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
22 */
23#undef HAVE_ALLOCA_H
24
25/* Define to 1 if you have the <crypt.h> header file. */
26#undef HAVE_CRYPT_H
27
28/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
29 */
30#undef HAVE_DIRENT_H
31
32/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
33#undef HAVE_DOPRNT
34
35/* Define to 1 if you have the <fcntl.h> header file. */
36#undef HAVE_FCNTL_H
37
38/* "Some braindead header files do not have the requ'd function declarations"
39 */
40#undef HAVE_FGETC_DECL
41
42/* "Some braindead header files do not have the requ'd function declarations"
43 */
44#undef HAVE_FREAD_DECL
45
46/* Define to 1 if you have the `ftime' function. */
47#undef HAVE_FTIME
48
49/* Define to 1 if you have the `ftruncate' function. */
50#undef HAVE_FTRUNCATE
51
52/* Define to 1 if you have the `getpagesize' function. */
53#undef HAVE_GETPAGESIZE
54
55/* Define to 1 if you have the `getrusage' function. */
56#undef HAVE_GETRUSAGE
57
58/* Define to 1 if you have the <inttypes.h> header file. */
59#undef HAVE_INTTYPES_H
60
61/* Define to 1 if you have the `crypt' library (-lcrypt). */
62#undef HAVE_LIBCRYPT
63
64/* Define to 1 if you have the `g' library (-lg). */
65#undef HAVE_LIBG
66
67/* Define to 1 if you have the `m' library (-lm). */
68#undef HAVE_LIBM
69
70/* Define to 1 if you have the `stdc++' library (-lstdc++). */
71#undef HAVE_LIBSTDC__
72
73/* Define to 1 if you have the <limits.h> header file. */
74#undef HAVE_LIMITS_H
75
76/* Define to 1 if you have the `mallinfo' function. */
77#undef HAVE_MALLINFO
78
79/* Define to 1 if you have the <memory.h> header file. */
80#undef HAVE_MEMORY_H
81
82/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
83#undef HAVE_NDIR_H
84
85/* "See if have this field in the prstatus_t structure. It stores the size of
86 the process heap" */
87#undef HAVE_PR_BRKSIZE
88
89/* Define to 1 if you have the `select' function. */
90#undef HAVE_SELECT
91
92/* Define to 1 if you have the `setbuffer' function. */
93#undef HAVE_SETBUFFER
94
95/* Define to 1 if you have the <stdint.h> header file. */
96#undef HAVE_STDINT_H
97
98/* Define to 1 if you have the <stdlib.h> header file. */
99#undef HAVE_STDLIB_H
100
101/* Define to 1 if you have the `strcasecmp' function. */
102#undef HAVE_STRCASECMP
103
104/* Define to 1 if you have the `strerror' function. */
105#undef HAVE_STRERROR
106
107/* Define to 1 if you have the `strftime' function. */
108#undef HAVE_STRFTIME
109
110/* Define to 1 if you have the <strings.h> header file. */
111#undef HAVE_STRINGS_H
112
113/* Define to 1 if you have the <string.h> header file. */
114#undef HAVE_STRING_H
115
116/* Define to 1 if you have the `strstr' function. */
117#undef HAVE_STRSTR
118
119/* Define to 1 if you have the `strtol' function. */
120#undef HAVE_STRTOL
121
122/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
123 */
124#undef HAVE_SYS_DIR_H
125
126/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
127 */
128#undef HAVE_SYS_NDIR_H
129
130/* Define to 1 if you have the <sys/procfs.h> header file. */
131#undef HAVE_SYS_PROCFS_H
132
133/* Define to 1 if you have the <sys/stat.h> header file. */
134#undef HAVE_SYS_STAT_H
135
136/* Define to 1 if you have the <sys/time.h> header file. */
137#undef HAVE_SYS_TIME_H
138
139/* Define to 1 if you have the <sys/types.h> header file. */
140#undef HAVE_SYS_TYPES_H
141
142/* Define to 1 if you have the `times' function. */
143#undef HAVE_TIMES
144
145/* Define to 1 if you have the <unistd.h> header file. */
146#undef HAVE_UNISTD_H
147
148/* Define to 1 if you have the `vprintf' function. */
149#undef HAVE_VPRINTF
150
151/* "Define to the name of the distribution." */
152#undef PACKAGE
153
154/* Define to the address where bug reports for this package should be sent. */
155#undef PACKAGE_BUGREPORT
156
157/* Define to the full name of this package. */
158#undef PACKAGE_NAME
159
160/* Define to the full name and version of this package. */
161#undef PACKAGE_STRING
162
163/* Define to the one symbol short name of this package. */
164#undef PACKAGE_TARNAME
165
166/* Define to the version of this package. */
167#undef PACKAGE_VERSION
168
169/* "Define to 1 if ANSI function prototypes are usable." */
170#undef PROTOTYPES
171
172/* Define as the return type of signal handlers (`int' or `void'). */
173#undef RETSIGTYPE
174
175/* If using the C implementation of alloca, define if you know the
176 direction of stack growth for your system; otherwise it will be
177 automatically deduced at run-time.
178 STACK_DIRECTION > 0 => grows toward higher addresses
179 STACK_DIRECTION < 0 => grows toward lower addresses
180 STACK_DIRECTION = 0 => direction of growth unknown */
181#undef STACK_DIRECTION
182
183/* Define to 1 if you have the ANSI C header files. */
184#undef STDC_HEADERS
185
186/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
187#undef TIME_WITH_SYS_TIME
188
189/* Define to 1 if your <sys/time.h> declares `struct tm'. */
190#undef TM_IN_SYS_TIME
191
192/* "Define to the version of the distribution." */
193#undef VERSION
194
195/* Define to 1 if on AIX 3.
196 System headers sometimes define this.
197 We just want to avoid a redefinition error message. */
198#ifndef _ALL_SOURCE
199# undef _ALL_SOURCE
200#endif
201
202/* Define to 1 if on MINIX. */
203#undef _MINIX
204
205/* Define to 2 if the system does not provide POSIX.1 features except with
206 this defined. */
207#undef _POSIX_1_SOURCE
208
209/* Define to 1 if you need to in order for `stat' and other things to work. */
210#undef _POSIX_SOURCE
211
212/* Define to empty if `const' does not conform to ANSI C. */
213#undef const
214
215/* Define to `long' if <sys/types.h> does not define. */
216#undef off_t
217
218/* Define to `unsigned' if <sys/types.h> does not define. */
219#undef size_t
220
221/* the following were added by hand to match up with the previous version of config.h.in - don't know if they are needed or not [kjdon] */
222
223/* Define if you don't want to use long long's with GCC */
224#undef DISABLE_LONG_LONG
225
226/* Define if you have the gdbm library (-lgdbm). */
227#undef HAVE_LIBGDBM
228
229/* Define to 1 if you have the valloc function. */
230#undef HAVE_VALLOC
231
232/* Define to 1 for better use of the debugging malloc library. See
233 site ftp.antaire.com in antaire/src, file dmalloc/dmalloc.tar.gz. */
234#undef WITH_DMALLOC
235
236/* Define to 1 if GNU regex should be used instead of GNU rx. */
237#undef WITH_REGEX
238
239#endif /* _GSDL_CONFIG_H */
240
Note: See TracBrowser for help on using the repository browser.