home *** CD-ROM | disk | FTP | other *** search
/ Unix System Administration Handbook 1997 October / usah_oct97.iso / gnu / tar.txt / tar-1.12 / acconfig.h < prev    next >
Text File  |  1997-04-25  |  3KB  |  89 lines

  1. /* Special definitions for GNU tar, processed by autoheader.
  2.    Copyright ⌐ 1994, 1997 Free Software Foundation, Inc.
  3.    Franτois Pinard <pinard@iro.umontreal.ca>, 1993.
  4. */
  5.  
  6. /* This is unconditionally defined for setting a GNU environment.  */
  7. #undef _GNU_SOURCE
  8.  
  9. /* Define to a string giving the full name of the default archive file.  */
  10. #undef DEFAULT_ARCHIVE
  11.  
  12. /* Define to a number giving the default blocking size for archives.  */
  13. #undef DEFAULT_BLOCKING
  14.  
  15. /* Define to 1 if density may be indicated by [lmh] at end of device.  */
  16. #undef DENSITY_LETTER
  17.  
  18. /* Define to a string giving the prefix of the default device, without the
  19.    part specifying the unit and density.  */
  20. #undef DEVICE_PREFIX
  21.  
  22. /* Define to 1 if you lack a 3-argument version of open, and want to
  23.    emulate it with system calls you do have.  */
  24. #undef EMUL_OPEN3
  25.  
  26. /* Define to 1 if NLS is requested.  */
  27. #undef ENABLE_NLS
  28.  
  29. /* Define as 1 if you have catgets and don't want to use GNU gettext.  */
  30. #undef HAVE_CATGETS
  31.  
  32. /* Define to 1 if you have getgrgid(3).  */
  33. #undef HAVE_GETGRGID
  34.  
  35. /* Define to 1 if you have getpwuid(3).  */
  36. #undef HAVE_GETPWUID
  37.  
  38. /* Define as 1 if you have gettext and don't want to use GNU gettext.  */
  39. #undef HAVE_GETTEXT
  40.  
  41. /* Define if your locale.h file contains LC_MESSAGES.  */
  42. #undef HAVE_LC_MESSAGES
  43.  
  44. /* Define to 1 if you have the valloc function.  */
  45. #undef HAVE_VALLOC
  46.  
  47. /* Define to 1 if some rsh exists, or if you have <netdb.h>.  */
  48. #undef HAVE_RTAPELIB
  49.  
  50. /* Define to 1 if mknod function is available.  */
  51. #undef HAVE_MKNOD
  52.  
  53. /* Define to 1 if stpcpy function is available.  */
  54. #undef HAVE_STPCPY
  55.  
  56. /* Define if `union wait' is the type of the first arg to wait functions.  */
  57. #undef HAVE_UNION_WAIT
  58.  
  59. /* Define to 1 if utime.h exists and declares struct utimbuf.  */
  60. #undef HAVE_UTIME_H
  61.  
  62. /* Define to mt_model (v.g., for DG/UX), else to mt_type.  */
  63. #undef MTIO_CHECK_FIELD
  64.  
  65. /* Define to the name of the distribution.  */
  66. #undef PACKAGE
  67.  
  68. /* Define to 1 if ANSI function prototypes are usable.  */
  69. #undef PROTOTYPES
  70.  
  71. /* Define to the full path of your rsh, if any.  */
  72. #undef REMOTE_SHELL
  73.  
  74. /* Path to directory containing system wide message catalog sources.  */
  75. #undef STD_INC_PATH
  76.  
  77. /* Define to the version of the distribution.  */
  78. #undef VERSION
  79.  
  80. /* Define to 1 if using the `glocale' package for message catalogs.  */
  81. #undef WITH_CATALOGS
  82.  
  83. /* Define to 1 for better use of the debugging malloc library.  See
  84.    site ftp.antaire.com in antaire/src, file dmalloc/dmalloc.tar.gz.  */
  85. #undef WITH_DMALLOC
  86.  
  87. /* Define to 1 if GNU regex should be used instead of GNU rx.  */
  88. #undef WITH_REGEX
  89.