config.h 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. /* config.h. Generated automatically by configure. */
  2. /* config.hin. Generated automatically from configure.in by autoheader. */
  3. /* Define if using alloca.c. */
  4. /* #undef C_ALLOCA */
  5. /* Define if the closedir function returns void instead of int. */
  6. /* #undef CLOSEDIR_VOID */
  7. /* Define to empty if the keyword does not work. */
  8. /* #undef const */
  9. /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
  10. This function is required for alloca.c support on those systems. */
  11. /* #undef CRAY_STACKSEG_END */
  12. /* Define if you have <alloca.h> and it should be used (not on Ultrix). */
  13. /* #undef HAVE_ALLOCA_H */
  14. /* Define if you don't have vprintf but do have _doprnt. */
  15. /* #undef HAVE_DOPRNT */
  16. /* Define if your struct stat has st_blksize. */
  17. /* #define HAVE_ST_BLKSIZE 1 */
  18. /* Define if you have <vfork.h>. */
  19. /* #undef HAVE_VFORK_H */
  20. /* Define if you have the vprintf function. */
  21. #define HAVE_VPRINTF 1
  22. /* Define if on MINIX. */
  23. /* #undef _MINIX */
  24. /* Define to `int' if <sys/types.h> doesn't define. */
  25. /* #undef pid_t */
  26. /* Define if the system does not provide POSIX.1 features except
  27. with this defined. */
  28. /* #undef _POSIX_1_SOURCE */
  29. /* Define if you need to in order for stat and other things to work. */
  30. /* #undef _POSIX_SOURCE */
  31. /* Define as the return type of signal handlers (int or void). */
  32. #define RETSIGTYPE void
  33. /* If using the C implementation of alloca, define if you know the
  34. direction of stack growth for your system; otherwise it will be
  35. automatically deduced at run-time.
  36. STACK_DIRECTION > 0 => grows toward higher addresses
  37. STACK_DIRECTION < 0 => grows toward lower addresses
  38. STACK_DIRECTION = 0 => direction of growth unknown
  39. */
  40. /* #undef STACK_DIRECTION */
  41. /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly. */
  42. /* #undef STAT_MACROS_BROKEN */
  43. /* Define if you have the ANSI C header files. */
  44. #define STDC_HEADERS 1
  45. /* Define if <sys/wait.h> is compatible with Posix applications. */
  46. #define HAVE_SYS_WAIT_H 1
  47. /* Define vfork as fork if vfork does not work. */
  48. /* #undef vfork */
  49. /* Define if you have the dup2 function. */
  50. #define HAVE_DUP2 1
  51. /* Define if you have the memchr function. */
  52. #define HAVE_MEMCHR 1
  53. /* Define if you have the sigaction function. */
  54. #define HAVE_SIGACTION 1
  55. /* Define if you have the strchr function. */
  56. #define HAVE_STRCHR 1
  57. /* Define if you have the strerror function. */
  58. #define HAVE_STRERROR 1
  59. /* Define if you have the tmpnam function. */
  60. #define HAVE_TMPNAM 1
  61. /* Define if you have the <dirent.h> header file. */
  62. #define HAVE_DIRENT_H 1
  63. /* Define if you have the <fcntl.h> header file. */
  64. #define HAVE_FCNTL_H 1
  65. /* Define if you have the <limits.h> header file. */
  66. #define HAVE_LIMITS_H 1
  67. /* Define if you have the <ndir.h> header file. */
  68. /* #undef HAVE_NDIR_H */
  69. /* Define if you have the <stdlib.h> header file. */
  70. #define HAVE_STDLIB_H 1
  71. /* Define if you have the <string.h> header file. */
  72. #define HAVE_STRING_H 1
  73. /* Define if you have the <sys/dir.h> header file. */
  74. /* #undef HAVE_SYS_DIR_H */
  75. /* Define if you have the <sys/file.h> header file. */
  76. #define HAVE_SYS_FILE_H 1
  77. /* Define if you have the <sys/ndir.h> header file. */
  78. /* #undef HAVE_SYS_NDIR_H */
  79. /* Define if you have the <time.h> header file. */
  80. #define HAVE_TIME_H 1
  81. /* Define if you have the <unistd.h> header file. */
  82. #define HAVE_UNISTD_H 1