diff options
author | jbj <devnull@localhost> | 1998-10-08 10:40:27 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 1998-10-08 10:40:27 +0000 |
commit | 1516f1d56c6fc74fa77596e78237ab7400cae4e2 (patch) | |
tree | d50493daa35a055572afd7d2856ed62ae6069463 /acconfig.h | |
parent | 44184bacebad7f7e3d8afc6e31015683ff78e5f5 (diff) | |
download | rpm-1516f1d56c6fc74fa77596e78237ab7400cae4e2.tar.gz rpm-1516f1d56c6fc74fa77596e78237ab7400cae4e2.tar.bz2 rpm-1516f1d56c6fc74fa77596e78237ab7400cae4e2.zip |
configure using automake.
CVS patchset: 2418
CVS date: 1998/10/08 10:40:27
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h index 36f042cbb..adde4231d 100644 --- a/acconfig.h +++ b/acconfig.h @@ -1,3 +1,34 @@ +/* acconfig.h + This file is in the public domain. + + Descriptive text for the C preprocessor macros that + the distributed Autoconf macros can define. + No software package will use all of them; autoheader copies the ones + your configure.in uses into your configuration header file templates. + + The entries are in sort -df order: alphabetical, case insensitive, + ignoring punctuation (such as underscores). Although this order + can split up related entries, it makes it easier to check whether + a given entry is in the file. + + Leave the following blank line there!! Autoheader needs it. */ +^L + +/* Define to 1 if NLS is requested. */ +#undef ENABLE_NLS + +/* Define as 1 if you have catgets and don't want to use GNU gettext. */ +#undef HAVE_CATGETS + +/* Define as 1 if you have gettext and don't want to use GNU gettext. */ +#undef HAVE_GETTEXT + +/* Define if your locale.h file contains LC_MESSAGES. */ +#undef HAVE_LC_MESSAGES + +/* Define to 1 if you have the stpcpy function. */ +#undef HAVE_STPCPY + /* Define as 1 if you have inet_aton() */ #undef HAVE_INET_ATON @@ -49,3 +80,10 @@ /* define this to be whatever root's primary group is, in double quotes */ #undef ROOT_GROUP + +^L +/* Leave that blank line there!! Autoheader needs it. + If you're adding to this file, keep in mind: + The entries are in sort -df order: alphabetical, case insensitive, + ignoring punctuation (such as underscores). */ + |