acconfig.h 2.5 KB

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