home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / tar-1.11.8-src.tgz / tar.out / fsf / tar / config.h.in < prev    next >
Text File  |  1996-09-28  |  7KB  |  276 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 to empty if the keyword does not work.  */
  14. #undef const
  15.  
  16. /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
  17.    This function is required for alloca.c support on those systems.  */
  18. #undef CRAY_STACKSEG_END
  19.  
  20. /* Define to `int' if <sys/types.h> doesn't define.  */
  21. #undef gid_t
  22.  
  23. /* Define if you have alloca, as a function or macro.  */
  24. #undef HAVE_ALLOCA
  25.  
  26. /* Define if you have <alloca.h> and it should be used (not on Ultrix).  */
  27. #undef HAVE_ALLOCA_H
  28.  
  29. /* Define if you don't have vprintf but do have _doprnt.  */
  30. #undef HAVE_DOPRNT
  31.  
  32. /* Define if you have a working `mmap' system call.  */
  33. #undef HAVE_MMAP
  34.  
  35. /* Define if your struct stat has st_blksize.  */
  36. #undef HAVE_ST_BLKSIZE
  37.  
  38. /* Define if your struct stat has st_blocks.  */
  39. #undef HAVE_ST_BLOCKS
  40.  
  41. /* Define if you have the vprintf function.  */
  42. #undef HAVE_VPRINTF
  43.  
  44. /* Define as __inline if that's what the C compiler calls it.  */
  45. #undef inline
  46.  
  47. /* Define if major, minor, and makedev are declared in <mkdev.h>.  */
  48. #undef MAJOR_IN_MKDEV
  49.  
  50. /* Define if major, minor, and makedev are declared in <sysmacros.h>.  */
  51. #undef MAJOR_IN_SYSMACROS
  52.  
  53. /* Define if on MINIX.  */
  54. #undef _MINIX
  55.  
  56. /* Define to `long' if <sys/types.h> doesn't define.  */
  57. #undef off_t
  58.  
  59. /* Define if the system does not provide POSIX.1 features except
  60.    with this defined.  */
  61. #undef _POSIX_1_SOURCE
  62.  
  63. /* Define if you need to in order for stat and other things to work.  */
  64. #undef _POSIX_SOURCE
  65.  
  66. /* Define as the return type of signal handlers (int or void).  */
  67. #undef RETSIGTYPE
  68.  
  69. /* Define to `unsigned' if <sys/types.h> doesn't define.  */
  70. #undef size_t
  71.  
  72. /* If using the C implementation of alloca, define if you know the
  73.    direction of stack growth for your system; otherwise it will be
  74.    automatically deduced at run-time.
  75.     STACK_DIRECTION > 0 => grows toward higher addresses
  76.     STACK_DIRECTION < 0 => grows toward lower addresses
  77.     STACK_DIRECTION = 0 => direction of growth unknown
  78.  */
  79. #undef STACK_DIRECTION
  80.  
  81. /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly.  */
  82. #undef STAT_MACROS_BROKEN
  83.  
  84. /* Define if you have the ANSI C header files.  */
  85. #undef STDC_HEADERS
  86.  
  87. /* Define if you can safely include both <sys/time.h> and <time.h>.  */
  88. #undef TIME_WITH_SYS_TIME
  89.  
  90. /* Define to `int' if <sys/types.h> doesn't define.  */
  91. #undef uid_t
  92.  
  93. /* Define to a string giving the full name of the default archive file.  */
  94. #undef DEFAULT_ARCHIVE
  95.  
  96. /* Define to a number giving the default blocking size for archives.  */
  97. #undef DEFAULT_BLOCKING
  98.  
  99. /* Define to 1 if density may be indicated by [lmh] at end of device.  */
  100. #undef DENSITY_LETTER
  101.  
  102. /* Define to a string giving the prefix of the default device, without the
  103.    part specifying the unit and density.  */
  104. #undef DEVICE_PREFIX
  105.  
  106. /* Define to 1 if you lack a 3-argument version of open, and want to
  107.    emulate it with system calls you do have.  */
  108. #undef EMUL_OPEN3
  109.  
  110. /* Define to 1 if NLS is requested.  */
  111. #undef ENABLE_NLS
  112.  
  113. /* Define as 1 if you have catgets and don't want to use GNU gettext.  */
  114. #undef HAVE_CATGETS
  115.  
  116. /* Define to 1 if you have getgrgid(3).  */
  117. #undef HAVE_GETGRGID
  118.  
  119. /* Define to 1 if you have getpwuid(3).  */
  120. #undef HAVE_GETPWUID
  121.  
  122. /* Define as 1 if you have gettext and don't want to use GNU gettext.  */
  123. #undef HAVE_GETTEXT
  124.  
  125. /* Define if your locale.h file contains LC_MESSAGES.  */
  126. #undef HAVE_LC_MESSAGES
  127.  
  128. /* Define to 1 if you have the valloc function.  */
  129. #undef HAVE_VALLOC
  130.  
  131. /* Define to 1 if mknod function is available.  */
  132. #undef HAVE_MKNOD
  133.  
  134.  
  135. /* Define if `union wait' is the type of the first arg to wait functions.  */
  136. #undef HAVE_UNION_WAIT
  137.  
  138. /* Define to 1 if utime.h exists and declares struct utimbuf.  */
  139. #undef HAVE_UTIME_H
  140.  
  141. /* Define to mt_model (v.g., for DG/UX), else to mt_type.  */
  142. #undef MTIO_CHECK_FIELD
  143.  
  144. /* Define to the name of the distribution.  */
  145. #undef PACKAGE
  146.  
  147. /* Define to 1 if ANSI function prototypes are usable.  */
  148. #undef PROTOTYPES
  149.  
  150. /* Define to the full path of your rsh, if any.  */
  151. #undef REMOTE_SHELL
  152.  
  153. /* Path to directory containing system wide message catalog sources.  */
  154. #undef STD_INC_PATH
  155.  
  156. /* Define to the version of the distribution.  */
  157. #undef VERSION
  158.  
  159. /* Define to 1 for better use of the debugging malloc library.  See 
  160.    site ftp.antaire.com in antaire/src, file dmalloc/dmalloc.tar.gz.  */
  161. #undef WITH_DMALLOC
  162.  
  163. /* Define to 1 if GNU regex should be used instead of GNU rx.  */
  164. #undef WITH_REGEX
  165.  
  166. /* The number of bytes in a unsigned int.  */
  167. #undef SIZEOF_UNSIGNED_INT
  168.  
  169. /* The number of bytes in a unsigned short.  */
  170. #undef SIZEOF_UNSIGNED_SHORT
  171.  
  172. /* Define if you have the ftime function.  */
  173. #undef HAVE_FTIME
  174.  
  175. /* Define if you have the getcwd function.  */
  176. #undef HAVE_GETCWD
  177.  
  178. /* Define if you have the isascii function.  */
  179. #undef HAVE_ISASCII
  180.  
  181. /* Define if you have the mkfifo function.  */
  182. #undef HAVE_MKFIFO
  183.  
  184. /* Define if you have the putenv function.  */
  185. #undef HAVE_PUTENV
  186.  
  187. /* Define if you have the rexec function.  */
  188. #undef HAVE_REXEC
  189.  
  190. /* Define if you have the setenv function.  */
  191. #undef HAVE_SETENV
  192.  
  193. /* Define if you have the setlocale function.  */
  194. #undef HAVE_SETLOCALE
  195.  
  196. /* Define if you have the strstr function.  */
  197. #undef HAVE_STRSTR
  198.  
  199. /* Define if you have the valloc function.  */
  200. #undef HAVE_VALLOC
  201.  
  202. /* Define if you have the vfork function.  */
  203. #undef HAVE_VFORK
  204.  
  205. /* Define if you have the <dirent.h> header file.  */
  206. #undef HAVE_DIRENT_H
  207.  
  208. /* Define if you have the <fcntl.h> header file.  */
  209. #undef HAVE_FCNTL_H
  210.  
  211. /* Define if you have the <limits.h> header file.  */
  212. #undef HAVE_LIMITS_H
  213.  
  214. /* Define if you have the <locale.h> header file.  */
  215. #undef HAVE_LOCALE_H
  216.  
  217. /* Define if you have the <memory.h> header file.  */
  218. #undef HAVE_MEMORY_H
  219.  
  220. /* Define if you have the <ndir.h> header file.  */
  221. #undef HAVE_NDIR_H
  222.  
  223. /* Define if you have the <netdb.h> header file.  */
  224. #undef HAVE_NETDB_H
  225.  
  226. /* Define if you have the <nl_types.h> header file.  */
  227. #undef HAVE_NL_TYPES_H
  228.  
  229. /* Define if you have the <string.h> header file.  */
  230. #undef HAVE_STRING_H
  231.  
  232. /* Define if you have the <sys/dir.h> header file.  */
  233. #undef HAVE_SYS_DIR_H
  234.  
  235. /* Define if you have the <sys/gentape.h> header file.  */
  236. #undef HAVE_SYS_GENTAPE_H
  237.  
  238. /* Define if you have the <sys/io/trioctl.h> header file.  */
  239. #undef HAVE_SYS_IO_TRIOCTL_H
  240.  
  241. /* Define if you have the <sys/ioccom.h> header file.  */
  242. #undef HAVE_SYS_IOCCOM_H
  243.  
  244. /* Define if you have the <sys/mtio.h> header file.  */
  245. #undef HAVE_SYS_MTIO_H
  246.  
  247. /* Define if you have the <sys/ndir.h> header file.  */
  248. #undef HAVE_SYS_NDIR_H
  249.  
  250. /* Define if you have the <sys/param.h> header file.  */
  251. #undef HAVE_SYS_PARAM_H
  252.  
  253. /* Define if you have the <sys/tape.h> header file.  */
  254. #undef HAVE_SYS_TAPE_H
  255.  
  256. /* Define if you have the <sys/time.h> header file.  */
  257. #undef HAVE_SYS_TIME_H
  258.  
  259. /* Define if you have the <sys/timeb.h> header file.  */
  260. #undef HAVE_SYS_TIMEB_H
  261.  
  262. /* Define if you have the <sys/wait.h> header file.  */
  263. #undef HAVE_SYS_WAIT_H
  264.  
  265. /* Define if you have the <unistd.h> header file.  */
  266. #undef HAVE_UNISTD_H
  267.  
  268. /* Define if you have the <values.h> header file.  */
  269. #undef HAVE_VALUES_H
  270.  
  271. /* Define if you have the i library (-li).  */
  272. #undef HAVE_LIBI
  273.  
  274. /* Define if you have the intl library (-lintl).  */
  275. #undef HAVE_LIBINTL
  276.