* NEWS: Document --no-check-device and --check-device.
[tar/ericb.git] / acconfig.h
blobf3c2e8768d18ed8ea12ad12cb8a3bae2f4198714
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 */
6 /* This is unconditionally defined for setting a GNU environment. */
7 #undef _GNU_SOURCE
9 /* Define to a string giving the full name of the default archive file. */
10 #undef DEFAULT_ARCHIVE
12 /* Define to a number giving the default blocking size for archives. */
13 #undef DEFAULT_BLOCKING
15 /* Define to 1 if density may be indicated by [lmh] at end of device. */
16 #undef DENSITY_LETTER
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
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
26 /* Define to 1 if NLS is requested. */
27 #undef ENABLE_NLS
29 /* Define as 1 if you have catgets and don't want to use GNU gettext. */
30 #undef HAVE_CATGETS
32 /* Define to 1 if you have getgrgid(3). */
33 #undef HAVE_GETGRGID
35 /* Define to 1 if you have getpwuid(3). */
36 #undef HAVE_GETPWUID
38 /* Define as 1 if you have gettext and don't want to use GNU gettext. */
39 #undef HAVE_GETTEXT
41 /* Define if your locale.h file contains LC_MESSAGES. */
42 #undef HAVE_LC_MESSAGES
44 /* Define to 1 if you have the valloc function. */
45 #undef HAVE_VALLOC
47 /* Define to 1 if some rsh exists, or if you have <netdb.h>. */
48 #undef HAVE_RTAPELIB
50 /* Define to 1 if mknod function is available. */
51 #undef HAVE_MKNOD
53 /* Define to 1 if stpcpy function is available. */
54 #undef HAVE_STPCPY
56 /* Define if `union wait' is the type of the first arg to wait functions. */
57 #undef HAVE_UNION_WAIT
59 /* Define to 1 if utime.h exists and declares struct utimbuf. */
60 #undef HAVE_UTIME_H
62 /* Define to mt_model (v.g., for DG/UX), else to mt_type. */
63 #undef MTIO_CHECK_FIELD
65 /* Define to the name of the distribution. */
66 #undef PACKAGE
68 /* Define to 1 if ANSI function prototypes are usable. */
69 #undef PROTOTYPES
71 /* Define to the full path of your rsh, if any. */
72 #undef REMOTE_SHELL
74 /* Path to directory containing system wide message catalog sources. */
75 #undef STD_INC_PATH
77 /* Define to the version of the distribution. */
78 #undef VERSION
80 /* Define to 1 if using the `glocale' package for message catalogs. */
81 #undef WITH_CATALOGS
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
87 /* Define to 1 if GNU regex should be used instead of GNU rx. */
88 #undef WITH_REGEX