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 / acconfig.h next >
Text File  |  1996-09-28  |  2KB  |  83 lines

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