source: trunk/third/librep/config.h.in @ 17362

Revision 17362, 9.1 KB checked in by ghudson, 23 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r17361, which included commits to RCS files with non-trunk default branches.
Line 
1/* config.h.in -- config.h configure input
2   Copyright (C) 1998 John Harper <john@dcs.warwick.ac.uk>
3   $Id: config.h.in,v 1.1.1.2 2002-03-20 04:53:05 ghudson Exp $
4
5   This file is part of Jade.
6
7   Jade is free software; you can redistribute it and/or modify it
8   under the terms of the GNU General Public License as published by
9   the Free Software Foundation; either version 2, or (at your option)
10   any later version.
11
12   Jade is distributed in the hope that it will be useful, but
13   WITHOUT ANY WARRANTY; without even the implied warranty of
14   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15   GNU General Public License for more details.
16
17   You should have received a copy of the GNU General Public License
18   along with Jade; see the file COPYING.  If not, write to
19   the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
20
21#ifndef CONFIG_H
22#define CONFIG_H
23
24
25/* librep-specific configuration; these are the things that aren't really
26   inferred automatically by configure. */
27
28/* If defined, this is the character which terminates the user's
29    real-name in the pw_gecos field of the passwd structure.  i.e. if
30    pw_gecos has something like "Real Name,SYS-ID" define it to a
31    comma (',') */
32#undef FULL_NAME_TERMINATOR
33
34/* Define this to track unfreed memory allocations */
35#undef DEBUG_SYS_ALLOC
36
37/* When defined, try to translate addresses to their symbols. */
38#undef DB_RESOLVE_SYMBOLS
39
40
41/* General configuration options */
42
43/* Define if dynamic loading is available */
44#undef HAVE_DYNAMIC_LOADING
45
46/* Define if <dlfcn.h> is available */
47#undef HAVE_DLFCN_H
48
49/* Define if names to dlsym () require underscore prefix */
50#undef DLSYM_NEED_USCORE
51
52/* Define if <dl.h> is available */
53#undef HAVE_DL_H
54
55/* Define if <sys/dl.h> is available */
56#undef HAVE_SYS_DL_H
57
58/* Define if RTLD_GLOBAL is broken on Tru64 UNIX */
59#undef BROKEN_RTLD_GLOBAL
60
61/* Define if pseudo terminals are available */
62#undef HAVE_PTYS
63
64/* Define if pseudo terminals should be opened through /dev/ptmx
65   followed by calls to grantpt, unlockpt and ptsname */
66#undef HAVE_DEV_PTMX
67
68/* Character of first pty, eg /dev/ptyX0.  */
69#undef FIRST_PTY_LETTER
70
71/* Define this when <unistd.h> doesn't declare environ, */
72#undef ENVIRON_UNDECLARED
73
74/* Define if using alloca.c.  */
75#undef C_ALLOCA
76
77/* Define to empty if the keyword does not work.  */
78#undef const
79
80/* Define as __inline if that's what the C compiler calls it.  */
81#undef inline
82
83/* Define to `long' if <sys/types.h> doesn't define.  */
84#undef off_t
85
86/* Define if you need to in order for stat and other things to work.  */
87#undef _POSIX_SOURCE
88
89/* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
90   This function is required for alloca.c support on those systems.  */
91#undef CRAY_STACKSEG_END
92
93/* Define if you have alloca, as a function or macro.  */
94#undef HAVE_ALLOCA
95
96/* Define if you have <alloca.h> and it should be used (not on Ultrix).  */
97#undef HAVE_ALLOCA_H
98
99/* Define if you don't have vprintf but do have _doprnt.  */
100#undef HAVE_DOPRNT
101
102/* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
103#undef HAVE_SYS_WAIT_H
104
105/* Define if you have the vprintf function.  */
106#undef HAVE_VPRINTF
107
108/* Define to `int' if <sys/types.h> doesn't define.  */
109#undef pid_t
110
111/* Define as the return type of signal handlers (int or void).  */
112#undef RETSIGTYPE
113
114/* Define to `unsigned' if <sys/types.h> doesn't define.  */
115#undef size_t
116
117/* Define if your locale.h file contains LC_MESSAGES.  */
118#undef HAVE_LC_MESSAGES
119
120/* If using the C implementation of alloca, define if you know the
121   direction of stack growth for your system; otherwise it will be
122   automatically deduced at run-time.
123 STACK_DIRECTION > 0 => grows toward higher addresses
124 STACK_DIRECTION < 0 => grows toward lower addresses
125 STACK_DIRECTION = 0 => direction of growth unknown
126 */
127#undef STACK_DIRECTION
128
129/* Define if you have the ANSI C header files.  */
130#undef STDC_HEADERS
131
132/* Define if you can safely include both <sys/time.h> and <time.h>.  */
133#undef TIME_WITH_SYS_TIME
134
135/* Define if <memory.h> exists */
136#undef HAVE_MEMORY_H
137#ifdef HAVE_MEMORY_H
138# define NEED_MEMORY_H          /* backwards compatibility */
139#endif
140
141/* Define if you have the getcwd function.  */
142#undef HAVE_GETCWD
143
144/* Define if you have the gethostname function.  */
145#undef HAVE_GETHOSTNAME
146
147/* Define if you have the strcspn function.  */
148#undef HAVE_STRCSPN
149
150/* Define if you have the strerror function.  */
151#undef HAVE_STRERROR
152
153/* Define if you have the strstr function.  */
154#undef HAVE_STRSTR
155
156/* Define if you have the strtol function.  */
157#undef HAVE_STRTOL
158
159/* Define if you have the psignal function.  */
160#undef HAVE_PSIGNAL
161
162/* Define if you have the strsignal function.  */
163#undef HAVE_STRSIGNAL
164
165/* Define if you have the snprintf function. */
166#undef HAVE_SNPRINTF
167
168/* Define if you have the grantpt (and ptsname and unlockpt) function. */
169#undef HAVE_GRANTPT
170
171/* Define if you have the getpagesize function. */
172#undef HAVE_GETPAGESIZE
173
174/* Define if you have the stpcpy function.  */
175#undef HAVE_STPCPY
176
177/* Define if you have the memchr function.  */
178#undef HAVE_MEMCHR
179
180/* Define if you have the lrand48() and srand48() functions */
181#undef HAVE_LRAND48
182
183/* Define if you have the setitimer() function */
184#undef HAVE_SETITIMER
185
186/* Define if you have the dlopen() function */
187#undef HAVE_DLOPEN
188
189/* Define if you have the dladdr() function */
190#undef HAVE_DLADDR
191
192/* Define if you have the dlerror() function */
193#undef HAVE_DLERROR
194
195/* Define if you have the shl_load() function */
196#undef HAVE_SHL_LOAD
197
198/* Define if you have realpath() */
199#undef HAVE_REALPATH
200
201/* Define if you have the __argz_count function.  */
202#undef HAVE___ARGZ_COUNT
203
204/* Define if you have the __argz_next function.  */
205#undef HAVE___ARGZ_NEXT
206
207/* Define if you have the __argz_stringify function.  */
208#undef HAVE___ARGZ_STRINGIFY
209
210/* Define if you have the munmap function.  */
211#undef HAVE_MUNMAP
212
213/* Define if you have the putenv function.  */
214#undef HAVE_PUTENV
215
216/* Define if you have the setenv function.  */
217#undef HAVE_SETENV
218
219/* Define if you have the setlocale function.  */
220#undef HAVE_SETLOCALE
221
222/* Define if you have the strchr function.  */
223#undef HAVE_STRCHR
224
225/* Define if you have the strcasecmp function.  */
226#undef HAVE_STRCASECMP
227
228/* Define if you have the strncasecmp function.  */
229#undef HAVE_STRNCASECMP
230
231/* Define if you have the strdup function.  */
232#undef HAVE_STRDUP
233
234/* Define if you have the siginterrupt function.  */
235#undef HAVE_SIGINTERRUPT
236
237/* Define if you have the gettimeofday function.  */
238#undef HAVE_GETTIMEOFDAY
239
240/* Define if you have the strtoll function. */
241#undef HAVE_STRTOLL
242
243/* Define if you have the strtoq function. */
244#undef HAVE_STRTOQ
245
246/* Define if you have the crypt function. */
247#undef HAVE_CRYPT
248
249/* Define if you have the <dirent.h> header file.  */
250#undef HAVE_DIRENT_H
251
252/* Define if you have the <fcntl.h> header file.  */
253#undef HAVE_FCNTL_H
254
255/* Define if you have the <ndir.h> header file.  */
256#undef HAVE_NDIR_H
257
258/* Define if you have the <sys/dir.h> header file.  */
259#undef HAVE_SYS_DIR_H
260
261/* Define if you have the <sys/ioctl.h> header file.  */
262#undef HAVE_SYS_IOCTL_H
263
264/* Define if you have the <sys/ndir.h> header file.  */
265#undef HAVE_SYS_NDIR_H
266
267/* Define if you have the <sys/time.h> header file.  */
268#undef HAVE_SYS_TIME_H
269
270/* Define if you have the <sys/utsname.h> header file.  */
271#undef HAVE_SYS_UTSNAME_H
272
273/* Define if you have the <unistd.h> header file.  */
274#undef HAVE_UNISTD_H
275
276/* Define if you have the <siginfo.h> header file.  */
277#undef HAVE_SIGINFO_H
278
279/* Define if you have the <stropts.h> header file.  */
280#undef HAVE_STROPTS_H
281
282/* Define if you have the <termios.h> header file.  */
283#undef HAVE_TERMIOS_H
284
285/* Define if you have the <string.h> header file.  */
286#undef HAVE_STRING_H
287
288/* Define if you have the <limits.h> header file.  */
289#undef HAVE_LIMITS_H
290
291/* Define if you have the <argz.h> header file.  */
292#undef HAVE_ARGZ_H
293
294/* Define if you have the <locale.h> header file.  */
295#undef HAVE_LOCALE_H
296
297/* Define if you have the <nl_types.h> header file.  */
298#undef HAVE_NL_TYPES_H
299
300/* Define if you have the <sys/param.h> header file.  */
301#undef HAVE_SYS_PARAM_H
302
303/* Define if you have the <malloc.h> header file.  */
304#undef HAVE_MALLOC_H
305
306/* Define if you have the nsl library (-lnsl).  */
307#undef HAVE_LIBNSL
308
309/* Define if you have the og library (-log).  */
310#undef HAVE_LIBOG
311
312/* Define if you have the socket library (-lsocket).  */
313#undef HAVE_LIBSOCKET
314
315/* Define if using Doug Lea's malloc */
316#undef DOUG_LEA_MALLOC
317
318/* Define if using libc's malloc */
319#undef LIBC_MALLOC
320
321/* Define if using r_alloc and friends */
322#undef USE_R_ALLOC
323
324/* Define to use the readline library. */
325#undef HAVE_LIBREADLINE
326
327/* Define if we have a broken gcc on alpha */
328#undef BROKEN_ALPHA_GCC
329
330/* Define if using LIBC gettext */
331#undef LIBC_GETTEXT
332
333/* Define if you have the <libintl.h> header file. */
334#undef HAVE_LIBINTL_H
335
336/* Define the sizes of long and long long */
337#undef SIZEOF_LONG
338#undef SIZEOF_LONG_LONG
339
340/* Define this if GMP is to be used. */
341#undef HAVE_GMP
342
343/* The random number functions are only in gmp 3 */
344#undef HAVE_GMP_RANDINIT
345
346/* Define if continuations / threading support should be built */
347#undef WITH_CONTINUATIONS
348
349#endif /* CONFIG_H */
Note: See TracBrowser for help on using the repository browser.