HaikuDepot: notify work status from main window
[haiku.git] / src / libs / stdc++ / legacy / config.h
blob64ee865baab3f2f227cf6bad46f73fa0cb85a315
1 /* config.h. Generated automatically by configure. */
2 /* config.in. Generated automatically from configure.in by autoheader. */
4 /* Define if using alloca.c. */
5 /* #undef C_ALLOCA */
7 /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
8 This function is required for alloca.c support on those systems. */
9 /* #undef CRAY_STACKSEG_END */
11 /* Define if you have alloca, as a function or macro. */
12 #define HAVE_ALLOCA 1
14 /* Define if you have <alloca.h> and it should be used (not on Ultrix). */
15 #define HAVE_ALLOCA_H 1
17 /* Define if you have <sys/wait.h> that is POSIX.1 compatible. */
18 #define HAVE_SYS_WAIT_H 1
20 /* Define if you have <vfork.h>. */
21 /* #undef HAVE_VFORK_H */
23 /* Define to `int' if <sys/types.h> doesn't define. */
24 /* #undef pid_t */
26 /* Define if you need to in order for stat and other things to work. */
27 /* #undef _POSIX_SOURCE */
29 /* If using the C implementation of alloca, define if you know the
30 direction of stack growth for your system; otherwise it will be
31 automatically deduced at run-time.
32 STACK_DIRECTION > 0 => grows toward higher addresses
33 STACK_DIRECTION < 0 => grows toward lower addresses
34 STACK_DIRECTION = 0 => direction of growth unknown
36 /* #undef STACK_DIRECTION */
38 /* Define if you have the ANSI C header files. */
39 #define STDC_HEADERS 1
41 /* Define vfork as fork if vfork does not work. */
42 #define vfork fork
44 /* Define if you have the sys_errlist variable. */
45 /* #undef HAVE_SYS_ERRLIST */
47 /* Define if you have the sys_nerr variable. */
48 /* #undef HAVE_SYS_NERR */
50 /* Define if you have the sys_siglist variable. */
51 #define HAVE_SYS_SIGLIST 1
53 /* Define if you have the strerror function. */
54 #define HAVE_STRERROR 1
56 /* Define if you have the asprintf function. */
57 #define HAVE_ASPRINTF 1
59 /* Define if you have the atexit function. */
60 #define HAVE_ATEXIT 1
62 /* Define if you have the basename function. */
63 /* #undef HAVE_BASENAME */
65 /* Define if you have the bcmp function. */
66 #define HAVE_BCMP 1
68 /* Define if you have the bcopy function. */
69 #define HAVE_BCOPY 1
71 /* Define if you have the bzero function. */
72 #define HAVE_BZERO 1
74 /* Define if you have the calloc function. */
75 #define HAVE_CALLOC 1
77 /* Define if you have the clock function. */
78 #define HAVE_CLOCK 1
80 /* Define if you have the getcwd function. */
81 #define HAVE_GETCWD 1
83 /* Define if you have the getpagesize function. */
84 /* #undef HAVE_GETPAGESIZE */
86 /* Define if you have the getrusage function. */
87 #define HAVE_GETRUSAGE 1
89 /* Define if you have the gettimeofday function. */
90 #define HAVE_GETTIMEOFDAY 1
92 /* Define if you have the index function. */
93 #define HAVE_INDEX 1
95 /* Define if you have the insque function. */
96 /* #undef HAVE_INSQUE */
98 /* Define if you have the memchr function. */
99 #define HAVE_MEMCHR 1
101 /* Define if you have the memcmp function. */
102 #define HAVE_MEMCMP 1
104 /* Define if you have the memcpy function. */
105 #define HAVE_MEMCPY 1
107 /* Define if you have the memmove function. */
108 #define HAVE_MEMMOVE 1
110 /* Define if you have the memset function. */
111 #define HAVE_MEMSET 1
113 /* Define if you have the mkstemps function. */
114 /* #undef HAVE_MKSTEMPS */
116 /* Define if you have the on_exit function. */
117 /* #undef HAVE_ON_EXIT */
119 /* Define if you have the psignal function. */
120 /* #undef HAVE_PSIGNAL */
122 /* Define if you have the putenv function. */
123 #define HAVE_PUTENV 1
125 /* Define if you have the random function. */
126 #define HAVE_RANDOM 1
128 /* Define if you have the rename function. */
129 #define HAVE_RENAME 1
131 /* Define if you have the rindex function. */
132 #define HAVE_RINDEX 1
134 /* Define if you have the sbrk function. */
135 #define HAVE_SBRK 1
137 /* Define if you have the setenv function. */
138 /* #undef HAVE_SETENV */
140 /* Define if you have the sigsetmask function. */
141 /* #undef HAVE_SIGSETMASK */
143 /* Define if you have the strcasecmp function. */
144 #define HAVE_STRCASECMP 1
146 /* Define if you have the strchr function. */
147 #define HAVE_STRCHR 1
149 /* Define if you have the strdup function. */
150 #define HAVE_STRDUP 1
152 /* Define if you have the strerror function. */
153 #define HAVE_STRERROR 1
155 /* Define if you have the strncasecmp function. */
156 #define HAVE_STRNCASECMP 1
158 /* Define if you have the strrchr function. */
159 #define HAVE_STRRCHR 1
161 /* Define if you have the strsignal function. */
162 #define HAVE_STRSIGNAL 1
164 /* Define if you have the strstr function. */
165 #define HAVE_STRSTR 1
167 /* Define if you have the strtod function. */
168 #define HAVE_STRTOD 1
170 /* Define if you have the strtol function. */
171 #define HAVE_STRTOL 1
173 /* Define if you have the strtoul function. */
174 #define HAVE_STRTOUL 1
176 /* Define if you have the sysconf function. */
177 #define HAVE_SYSCONF 1
179 /* Define if you have the times function. */
180 #define HAVE_TIMES 1
182 /* Define if you have the tmpnam function. */
183 #define HAVE_TMPNAM 1
185 /* Define if you have the vasprintf function. */
186 #define HAVE_VASPRINTF 1
188 /* Define if you have the vfprintf function. */
189 #define HAVE_VFPRINTF 1
191 /* Define if you have the vprintf function. */
192 #define HAVE_VPRINTF 1
194 /* Define if you have the vsprintf function. */
195 #define HAVE_VSPRINTF 1
197 /* Define if you have the waitpid function. */
198 #define HAVE_WAITPID 1
200 /* Define if you have the <stdlib.h> header file. */
201 #define HAVE_STDLIB_H 1
203 /* Define if you have the <string.h> header file. */
204 #define HAVE_STRING_H 1
206 /* Define if you have the <strings.h> header file. */
207 #define HAVE_STRINGS_H 1
209 /* Define if you have the <sys/file.h> header file. */
210 #define HAVE_SYS_FILE_H 1
212 /* Define if you have the <sys/param.h> header file. */
213 #define HAVE_SYS_PARAM_H 1
215 /* Define if you have the <sys/resource.h> header file. */
216 #define HAVE_SYS_RESOURCE_H 1
218 /* Define if you have the <sys/time.h> header file. */
219 #define HAVE_SYS_TIME_H 1
221 /* Define if you have the <unistd.h> header file. */
222 #define HAVE_UNISTD_H 1