summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorewt <devnull@localhost>1997-05-07 15:05:26 +0000
committerewt <devnull@localhost>1997-05-07 15:05:26 +0000
commit00237aeb99f0b0a1321c6dbcd61dace77096b8aa (patch)
treefe796999cfe539af01641fc4da0c4830501ba570
parent5ccef4733df2bb9278439a964bdcc911f58903f4 (diff)
downloadlibrpm-tizen-00237aeb99f0b0a1321c6dbcd61dace77096b8aa.tar.gz
librpm-tizen-00237aeb99f0b0a1321c6dbcd61dace77096b8aa.tar.bz2
librpm-tizen-00237aeb99f0b0a1321c6dbcd61dace77096b8aa.zip
added NEED_TIMEZONE, NEED_MYREALLOC
CVS patchset: 1604 CVS date: 1997/05/07 15:05:26
-rw-r--r--config.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index c988557e4..1aca51c22 100644
--- a/config.h.in
+++ b/config.h.in
@@ -56,4 +56,10 @@
/* Define as one if major, minor, and makedev macros are in <sys/mkdev.h> */
#define MAJOR_IN_MKDEV 0
+/* Define as 1 if we need timezone */
+#define NEED_TIMEZONE 0
+
+/* Define as 1 if we need myrealloc */
+#define NEED_MYREALLOC 0
+
#endif