home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / sharutils-4.1-src.tgz / tar.out / fsf / sharutils / config.h.in < prev    next >
Text File  |  1996-09-28  |  4KB  |  142 lines

  1. /* config.h.in.  Generated automatically from configure.in by autoheader.  */
  2.  
  3. /* Define if on AIX 3.
  4.    System headers sometimes define this.
  5.    We just want to avoid a redefinition error message.  */
  6. #ifndef _ALL_SOURCE
  7. #undef _ALL_SOURCE
  8. #endif
  9.  
  10. /* Define if using alloca.c.  */
  11. #undef C_ALLOCA
  12.  
  13. /* Define if type char is unsigned and you are not using gcc.  */
  14. #undef __CHAR_UNSIGNED__
  15.  
  16. /* Define if the closedir function returns void instead of int.  */
  17. #undef CLOSEDIR_VOID
  18.  
  19. /* Define to empty if the keyword does not work.  */
  20. #undef const
  21.  
  22. /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
  23.    This function is required for alloca.c support on those systems.  */
  24. #undef CRAY_STACKSEG_END
  25.  
  26. /* Define if you have alloca, as a function or macro.  */
  27. #undef HAVE_ALLOCA
  28.  
  29. /* Define if you have <alloca.h> and it should be used (not on Ultrix).  */
  30. #undef HAVE_ALLOCA_H
  31.  
  32. /* Define if you don't have vprintf but do have _doprnt.  */
  33. #undef HAVE_DOPRNT
  34.  
  35. /* Define if you have the strftime function.  */
  36. #undef HAVE_STRFTIME
  37.  
  38. /* Define if your struct tm has tm_zone.  */
  39. #undef HAVE_TM_ZONE
  40.  
  41. /* Define if you don't have tm_zone but do have the external array
  42.    tzname.  */
  43. #undef HAVE_TZNAME
  44.  
  45. /* Define if you have the vprintf function.  */
  46. #undef HAVE_VPRINTF
  47.  
  48. /* Define if on MINIX.  */
  49. #undef _MINIX
  50.  
  51. /* Define if the system does not provide POSIX.1 features except
  52.    with this defined.  */
  53. #undef _POSIX_1_SOURCE
  54.  
  55. /* Define if you need to in order for stat and other things to work.  */
  56. #undef _POSIX_SOURCE
  57.  
  58. /* Define to `unsigned' if <sys/types.h> doesn't define.  */
  59. #undef size_t
  60.  
  61. /* If using the C implementation of alloca, define if you know the
  62.    direction of stack growth for your system; otherwise it will be
  63.    automatically deduced at run-time.
  64.     STACK_DIRECTION > 0 => grows toward higher addresses
  65.     STACK_DIRECTION < 0 => grows toward lower addresses
  66.     STACK_DIRECTION = 0 => direction of growth unknown
  67.  */
  68. #undef STACK_DIRECTION
  69.  
  70. /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly.  */
  71. #undef STAT_MACROS_BROKEN
  72.  
  73. /* Define if you have the ANSI C header files.  */
  74. #undef STDC_HEADERS
  75.  
  76. /* Define if your <sys/time.h> declares struct tm.  */
  77. #undef TM_IN_SYS_TIME
  78.  
  79. /* Define if the current hostname may be found in /etc/systemid.  */
  80. #undef HAVE_ETC_SYSTEMID
  81.  
  82. /* Define to the name of the distribution.  */
  83. #undef PRODUCT
  84.  
  85. /* Define to 1 if ANSI function prototypes are usable.  */
  86. #undef PROTOTYPES
  87.  
  88. /* Define to the version of the distribution.  */
  89. #undef VERSION
  90.  
  91. /* Define to 1 for better use of the debugging malloc library.  See 
  92.    site ftp.antaire.com in antaire/src, file dmalloc/dmalloc.tar.gz.  */
  93. #undef WITH_DMALLOC
  94.  
  95. /* Define if you have the basename function.  */
  96. #undef HAVE_BASENAME
  97.  
  98. /* Define if you have the fchmod function.  */
  99. #undef HAVE_FCHMOD
  100.  
  101. /* Define if you have the getcwd function.  */
  102. #undef HAVE_GETCWD
  103.  
  104. /* Define if you have the memcpy function.  */
  105. #undef HAVE_MEMCPY
  106.  
  107. /* Define if you have the strchr function.  */
  108. #undef HAVE_STRCHR
  109.  
  110. /* Define if you have the strerror function.  */
  111. #undef HAVE_STRERROR
  112.  
  113. /* Define if you have the uname function.  */
  114. #undef HAVE_UNAME
  115.  
  116. /* Define if you have the <dirent.h> header file.  */
  117. #undef HAVE_DIRENT_H
  118.  
  119. /* Define if you have the <limits.h> header file.  */
  120. #undef HAVE_LIMITS_H
  121.  
  122. /* Define if you have the <memory.h> header file.  */
  123. #undef HAVE_MEMORY_H
  124.  
  125. /* Define if you have the <ndir.h> header file.  */
  126. #undef HAVE_NDIR_H
  127.  
  128. /* Define if you have the <string.h> header file.  */
  129. #undef HAVE_STRING_H
  130.  
  131. /* Define if you have the <sys/dir.h> header file.  */
  132. #undef HAVE_SYS_DIR_H
  133.  
  134. /* Define if you have the <sys/ndir.h> header file.  */
  135. #undef HAVE_SYS_NDIR_H
  136.  
  137. /* Define if you have the <sys/wait.h> header file.  */
  138. #undef HAVE_SYS_WAIT_H
  139.  
  140. /* Define if you have the <unistd.h> header file.  */
  141. #undef HAVE_UNISTD_H
  142.