diff options
author | jbj <devnull@localhost> | 1998-10-08 11:19:57 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 1998-10-08 11:19:57 +0000 |
commit | 7e8efa2f984512efdd92f76c1e13be97c36943a2 (patch) | |
tree | 254495a4cf9584add53974b803acbb793199cec9 /acconfig.h | |
parent | df9fe91d0cc46123a9c93f499d54387609d64e3d (diff) | |
download | librpm-tizen-7e8efa2f984512efdd92f76c1e13be97c36943a2.tar.gz librpm-tizen-7e8efa2f984512efdd92f76c1e13be97c36943a2.tar.bz2 librpm-tizen-7e8efa2f984512efdd92f76c1e13be97c36943a2.zip |
automake linux fiddles.
CVS patchset: 2421
CVS date: 1998/10/08 11:19:57
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h index adde4231d..9e78156f2 100644 --- a/acconfig.h +++ b/acconfig.h @@ -14,6 +14,15 @@ Leave the following blank line there!! Autoheader needs it. */ ^L +/* Define to the name of the distribution. */ +#undef PACKAGE + +/* Define to the version of the distribution. */ +#undef VERSION + +/* Define to 1 if ANSI function prototypes are usable. */ +#undef PROTOTYPES + /* Define to 1 if NLS is requested. */ #undef ENABLE_NLS |