35 lines
945 B
C
35 lines
945 B
C
/* include/config.h.in. Generated automatically from configure.in by autoheader. */
|
|
|
|
/* Define to empty if the keyword does not work. */
|
|
#undef const
|
|
|
|
/* Define to `unsigned' if <sys/types.h> doesn't define. */
|
|
#undef size_t
|
|
|
|
/* Define if the `S_IS*' macros in <sys/stat.h> do not work properly. */
|
|
#undef STAT_MACROS_BROKEN
|
|
|
|
/* Define if you have the ANSI C header files. */
|
|
#undef STDC_HEADERS
|
|
|
|
/* Define if the X Window System is missing or not being used. */
|
|
#undef X_DISPLAY_MISSING
|
|
|
|
/* Define if symbols declared in assembly code need an underscore prefix */
|
|
#undef NEED_UNDERSCORE_PREFIX
|
|
|
|
/* Define if you have the memmove function. */
|
|
#undef HAVE_MEMMOVE
|
|
|
|
/* Define if you have the tcgetattr function. */
|
|
#undef HAVE_TCGETATTR
|
|
|
|
/* Define if you have the usleep function. */
|
|
#undef HAVE_USLEEP
|
|
|
|
/* Define if you have the wait4 function. */
|
|
#undef HAVE_WAIT4
|
|
|
|
/* Define if you have the waitpid function. */
|
|
#undef HAVE_WAITPID
|