source: trunk/mgpp/config.h.in@ 14162

Last change on this file since 14162 was 10848, checked in by kjdon, 18 years ago

changed to use WORDS_BIGENDIAN instead of _LITTLE_ENDIAN to test for endianness

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