| 34 |
/* Define to 1 if you have the <float.h> header file. */ |
/* Define to 1 if you have the <float.h> header file. */ |
| 35 |
#undef HAVE_FLOAT_H |
#undef HAVE_FLOAT_H |
| 36 |
|
|
| 37 |
/* Define to 1 if you have the `flock' function. */ |
/* Define to 1 if you have the `flockf' function. */ |
| 38 |
#undef HAVE_FLOCK |
#undef HAVE_FLOCKF |
| 39 |
|
|
| 40 |
/* Define to 1 if you have the `floor' function. */ |
/* Define to 1 if you have the `floor' function. */ |
| 41 |
#undef HAVE_FLOOR |
#undef HAVE_FLOOR |
| 129 |
/* Define if you have POSIX threads libraries and header files. */ |
/* Define if you have POSIX threads libraries and header files. */ |
| 130 |
#undef HAVE_PTHREAD |
#undef HAVE_PTHREAD |
| 131 |
|
|
| 132 |
|
/* Define to 1 if you have the <pthread.h> header file. */ |
| 133 |
|
#undef HAVE_PTHREAD_H |
| 134 |
|
|
| 135 |
/* Define to 1 if you have the `putenv' function. */ |
/* Define to 1 if you have the `putenv' function. */ |
| 136 |
#undef HAVE_PUTENV |
#undef HAVE_PUTENV |
| 137 |
|
|
| 250 |
/* Define to 1 if you have the <unistd.h> header file. */ |
/* Define to 1 if you have the <unistd.h> header file. */ |
| 251 |
#undef HAVE_UNISTD_H |
#undef HAVE_UNISTD_H |
| 252 |
|
|
| 253 |
|
/* Define to 1 if you have the `vasprintf' function. */ |
| 254 |
|
#undef HAVE_VASPRINTF |
| 255 |
|
|
| 256 |
/* Define to 1 if you have the `vfork' function. */ |
/* Define to 1 if you have the `vfork' function. */ |
| 257 |
#undef HAVE_VFORK |
#undef HAVE_VFORK |
| 258 |
|
|
| 274 |
/* Define to 1 if `vfork' works. */ |
/* Define to 1 if `vfork' works. */ |
| 275 |
#undef HAVE_WORKING_VFORK |
#undef HAVE_WORKING_VFORK |
| 276 |
|
|
| 277 |
|
/* Define to 1 if you have the `wvsprintf' function. */ |
| 278 |
|
#undef HAVE_WVSPRINTF |
| 279 |
|
|
| 280 |
/* Define to 1 if the system has the type `_Bool'. */ |
/* Define to 1 if the system has the type `_Bool'. */ |
| 281 |
#undef HAVE__BOOL |
#undef HAVE__BOOL |
| 282 |
|
|
| 283 |
|
/* Define to 1 if you have the `_vscprintf' function. */ |
| 284 |
|
#undef HAVE__VSCPRINTF |
| 285 |
|
|
| 286 |
/* Define to 1 if `lstat' dereferences a symlink specified with a trailing |
/* Define to 1 if `lstat' dereferences a symlink specified with a trailing |
| 287 |
slash. */ |
slash. */ |
| 288 |
#undef LSTAT_FOLLOWS_SLASHED_SYMLINK |
#undef LSTAT_FOLLOWS_SLASHED_SYMLINK |
| 335 |
`char[]'. */ |
`char[]'. */ |
| 336 |
#undef YYTEXT_POINTER |
#undef YYTEXT_POINTER |
| 337 |
|
|
| 338 |
|
/* Enable GNU extensions on systems that have them. */ |
| 339 |
|
#ifndef _GNU_SOURCE |
| 340 |
|
# undef _GNU_SOURCE |
| 341 |
|
#endif |
| 342 |
|
|
| 343 |
/* Define to empty if `const' does not conform to ANSI C. */ |
/* Define to empty if `const' does not conform to ANSI C. */ |
| 344 |
#undef const |
#undef const |
| 345 |
|
|