]>
Dogcows Code - chaz/tar/blob - acconfig.h
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.
6 /* This is unconditionally defined for setting a GNU environment. */
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. */
18 /* Define to a string giving the prefix of the default device, without the
19 part specifying the unit and density. */
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. */
26 /* Define to 1 if NLS is requested. */
29 /* Define as 1 if you have catgets and don't want to use GNU gettext. */
32 /* Define to 1 if you have getgrgid(3). */
35 /* Define to 1 if you have getpwuid(3). */
38 /* Define as 1 if you have gettext and don't want to use GNU 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. */
47 /* Define to 1 if some rsh exists, or if you have <netdb.h>. */
50 /* Define to 1 if mknod function is available. */
53 /* Define to 1 if stpcpy function is available. */
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. */
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. */
68 /* Define to 1 if ANSI function prototypes are usable. */
71 /* Define to the full path of your rsh, if any. */
74 /* Path to directory containing system wide message catalog sources. */
77 /* Define to the version of the distribution. */
80 /* Define to 1 if using the `glocale' package for message 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. */
87 /* Define to 1 if GNU regex should be used instead of GNU rx. */
This page took 0.041531 seconds and 4 git commands to generate.