diff options
author | ewt <devnull@localhost> | 1998-03-04 16:53:54 +0000 |
---|---|---|
committer | ewt <devnull@localhost> | 1998-03-04 16:53:54 +0000 |
commit | 179e9c159a23c4908a7b1bcdb70639f6d9008d35 (patch) | |
tree | 6e58533ce91e04a1fa58749014de98e2e717fc93 /acconfig.h | |
parent | 0f2c5851dac43dce7f8174de5849dd7f542ce2b6 (diff) | |
download | rpm-179e9c159a23c4908a7b1bcdb70639f6d9008d35.tar.gz |
1) added more portability checks
2) use new dependency scheume
3) use autoheader
CVS patchset: 2026
CVS date: 1998/03/04 16:53:54
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h new file mode 100644 index 000000000..36f042cbb --- /dev/null +++ b/acconfig.h @@ -0,0 +1,51 @@ +/* Define as 1 if you have inet_aton() */ +#undef HAVE_INET_ATON + +/* Define as 1 if you have mntctl() (only aix?) */ +#undef HAVE_MNTCTL + +/* Define as 1 if your system provides realpath() */ +#undef HAVE_REALPATH + +/* Define as 1 if <netdb.h> defines h_errno */ +#undef HAVE_HERRNO + +/* Define as 1 if <sys/stat.h> defines S_ISLNK */ +#undef HAVE_S_ISLNK + +/* Define as 1 if <sys/stat.h> defines S_IFSOCK */ +#undef HAVE_S_IFSOCK + +/* Define as 1 if <sys/stat.h> defines S_ISSOCK */ +#undef HAVE_S_ISSOCK + +/* Define as 1 if we need timezone */ +#undef NEED_TIMEZONE + +/* Define as 1 if we need myrealloc */ +#undef NEED_MYREALLOC + +/* Define as one if we need to include <strings.h> (along with <string.h>) */ +#undef NEED_STRINGS_H + +/* Define as 1 if you have getmntinfo_r() (only osf?) */ +#undef HAVE_GETMNTINFO_R + +/* Define as 1 if you have "struct mnttab" (only sco?) */ +#undef HAVE_STRUCT_MNTTAB + +/* Define as 1 if you have lchown() */ +#undef HAVE_LCHOWN + +/* Define as 1 if chown() follows symlinks and you don't have lchown() */ +#undef CHOWN_FOLLOWS_SYMLINK + +/* Define if the patch call you'll be using is 2.1 or older */ +#undef HAVE_OLDPATCH_21 + +/* A full path to a program, possibly with arguments, that will create a + directory and all necessary parent directories, ala `mkdir -p' */ +#undef MKDIR_P + +/* define this to be whatever root's primary group is, in double quotes */ +#undef ROOT_GROUP |