summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2000-06-16 19:12:09 +0000
committerjbj <devnull@localhost>2000-06-16 19:12:09 +0000
commit9fb2e0a01bf9965b21dc0e3594c6476d15dd7202 (patch)
treeb4e43ddce39296249309e8b6676d04f32a96f99e /acconfig.h
parentbd9f4474d04cae5915f82ee690b62726bd527ba8 (diff)
downloadlibrpm-tizen-9fb2e0a01bf9965b21dc0e3594c6476d15dd7202.tar.gz
librpm-tizen-9fb2e0a01bf9965b21dc0e3594c6476d15dd7202.tar.bz2
librpm-tizen-9fb2e0a01bf9965b21dc0e3594c6476d15dd7202.zip
- fix: resurrect symlink unique'ifying property of finger prints.
CVS patchset: 3856 CVS date: 2000/06/16 19:12:09
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/acconfig.h b/acconfig.h
index c4841c72a..32e92af33 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -26,9 +26,6 @@
/* Define to 1 if NLS is requested. */
#undef ENABLE_NLS
-/* Define as 1 if you bzip2 1.0 */
-#undef HAVE_BZ2_1_0
-
/* Define as 1 if you have catgets and don't want to use GNU gettext. */
#undef HAVE_CATGETS
@@ -86,6 +83,9 @@
/* Define to the full path name of the bzip2 library (libbz2.a) */
#undef BZIP2LIB
+/* Define as 1 if you bzip2 1.0 */
+#undef HAVE_BZ2_1_0
+
/* 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