source: trunk/gsdl/src/mgpp/config.h@ 857

Last change on this file since 857 was 857, checked in by sjboddie, 24 years ago

fixed config stuff

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