home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / forut062.zip / ForUtil-0.62 / autoconf.h.os2.01 < prev    next >
Text File  |  1996-11-11  |  3KB  |  88 lines

  1. /* autoconf.h.  Generated automatically by configure.  */
  2. /* autoconf.h.in.  Generated automatically from configure.in by autoheader.  */
  3.  
  4. /* Define if using alloca.c.  */
  5. /* #undef C_ALLOCA */
  6.  
  7. /* Define if the closedir function returns void instead of int.  */
  8. #define CLOSEDIR_VOID 1
  9.  
  10. /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
  11.    This function is required for alloca.c support on those systems.  */
  12. /* #undef CRAY_STACKSEG_END */
  13.  
  14. /* Define to `int' if <sys/types.h> doesn't define.  */
  15. #define gid_t int
  16.  
  17. /* Define if you have alloca, as a function or macro.  */
  18. #define HAVE_ALLOCA 1
  19.  
  20. /* Define if you have <alloca.h> and it should be used (not on Ultrix).  */
  21. #define HAVE_ALLOCA_H 1
  22.  
  23. /* Define as __inline if that's what the C compiler calls it.  */
  24. /* #undef inline */
  25.  
  26. /* Define as the return type of signal handlers (int or void).  */
  27. #define RETSIGTYPE void
  28.  
  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
  35.  */
  36. /* #undef STACK_DIRECTION */
  37.  
  38. /* Define if you have the ANSI C header files.  */
  39. #define STDC_HEADERS 1
  40.  
  41. /* Define to `int' if <sys/types.h> doesn't define.  */
  42. #define uid_t int
  43.  
  44. /* Define if you have the getcwd function.  */
  45. #define HAVE_GETCWD
  46.  
  47. /* Define if you have the mkdir function.  */
  48. #define HAVE_MKDIR
  49.  
  50. /* Define if you have the strerror function.  */
  51. #define HAVE_STRERROR
  52.  
  53. /* Define if you have the strstr function.  */
  54. #define HAVE_STRSTR
  55.  
  56. /* Define if you have the uname function. */
  57. #define HAVE_UNAME
  58.  
  59. /* Define if you have the raise function. */
  60. #define HAVE_RAISE
  61.  
  62. /* Define if you have atexit */
  63. #define HAVE_ATEXIT
  64.  
  65. /* Define if you have the <dirent.h> header file.  */
  66. #define HAVE_DIRENT_H
  67.  
  68. /* Define if you have the <fcntl.h> header file.  */
  69. #define HAVE_FCNTL_H
  70.  
  71. /* Define if you have the <limits.h> header file.  */
  72. #define HAVE_LIMITS_H
  73.  
  74. /* Define if you have the <ndir.h> header file.  */
  75. /* #define HAVE_NDIR_H */
  76.  
  77. /* Define if you have the <sys/dir.h> header file.  */
  78. #define HAVE_SYS_DIR_H
  79.  
  80. /* Define if you have the <sys/ndir.h> header file.  */
  81. /* #define HAVE_SYS_NDIR_H */
  82.  
  83. /* Define if you have the <unistd.h> header file.  */
  84. #define HAVE_UNISTD_H
  85.  
  86. /* Define if you have the gdbm library (-lgdbm).  */
  87. /* #define HAVE_LIBGDBM */
  88.