home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / forut062.zip / ForUtil-0.62 / autoconf.h.in < prev    next >
Text File  |  1996-08-28  |  2KB  |  87 lines

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