* xargs/xargs.c: add macros PARAMS rather than P_. Add
[findutils.git] / acconfig.h
blobc0235efbbedd7416990030477517732b780376f5
1 /* Entries for config.h.in that aren't automatically generated. */
3 /* Define if you have the Andrew File System. */
4 #undef AFS
6 /* Define If you want find -nouser and -nogroup to make tables of
7 used UIDs and GIDs at startup instead of using getpwuid or
8 getgrgid when needed. Speeds up -nouser and -nogroup unless you
9 are running NIS or Hesiod, which make password and group calls
10 very expensive. */
11 #undef CACHE_IDS
13 /* Define to use SVR4 statvfs to get filesystem type. */
14 #undef FSTYPE_STATVFS
16 /* Define to use SVR3.2 statfs to get filesystem type. */
17 #undef FSTYPE_USG_STATFS
19 /* Define to use AIX3 statfs to get filesystem type. */
20 #undef FSTYPE_AIX_STATFS
22 /* Define to use 4.3BSD getmntent to get filesystem type. */
23 #undef FSTYPE_MNTENT
25 /* Define to use 4.4BSD and OSF1 statfs to get filesystem type. */
26 #undef FSTYPE_STATFS
28 /* Define to use Ultrix getmnt to get filesystem type. */
29 #undef FSTYPE_GETMNT
31 /* Define to `unsigned long' if <sys/types.h> doesn't define. */
32 #undef dev_t
34 /* Define to `unsigned long' if <sys/types.h> doesn't define. */
35 #undef ino_t
37 /* Define to rpl_fnmatch if the replacement function should be used. */
38 #undef fnmatch
40 /* Define to 1 if assertions should be disabled. */
41 #undef NDEBUG
43 /* Define to rpl_malloc if the replacement function should be used. */
44 #undef malloc
46 /* Define to rpl_memcmp if the replacement function should be used. */
47 #undef memcmp
49 /* Define to gnu_mktime if the replacement function should be used. */
50 #undef mktime
52 /* Define to rpl_realloc if the replacement function should be used. */
53 #undef realloc
55 /* Define to `int' if <sys/types.h> doesn't define. */
56 #undef ssize_t
58 /* Define to `unsigned long' or `unsigned long long'
59 if <inttypes.h> doesn't define. */
60 #undef uintmax_t
62 /* Define if your locale.h file contains LC_MESSAGES. */
63 #undef HAVE_LC_MESSAGES
65 /* Define to 1 if NLS is requested. */
66 #undef ENABLE_NLS
68 /* Define as 1 if you have catgets and don't want to use GNU gettext. */
69 #undef HAVE_CATGETS
71 /* Define as 1 if you have gettext and don't want to use GNU gettext. */
72 #undef HAVE_GETTEXT
74 /* Define as 1 if you have the stpcpy function. */
75 #undef HAVE_STPCPY