summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2006-03-08 04:22:29 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2006-03-08 04:22:29 +0000
commitbd9dc1699ec9b92b9ca60d8687db3ad680dc1ade (patch)
treeb0dad0cbb806a1b354e372e9d8025492f9a79d35
parenta6a24beb47a6253f141c8fb9c9d67d6e5aa30683 (diff)
downloadpaxutils-bd9dc1699ec9b92b9ca60d8687db3ad680dc1ade.tar.gz
(HAVE_DECL_VALLOC) [WITH_DMALLOC]: Remove #undef, since this symbol
is no longer used.
-rw-r--r--ChangeLog3
-rw-r--r--lib/system.h1
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5da441a..1dd0bac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,6 +10,9 @@
Don't bother checking for HAVE_SYS_TIME_H when deciding whether
to include <sys/time.h>, since TIME_WITH_SYS_TIME implies sys/time.h
exists.
+ (HAVE_DECL_VALLOC) [WITH_DMALLOC]: Remove #undef, since this symbol
+ is no longer used.
+
* m4/system.m4 (PU_SYSTEM): Don't check for unistd.h or sys/time.h,
or for time or valloc.
diff --git a/lib/system.h b/lib/system.h
index 016e1a0..32b2c5a 100644
--- a/lib/system.h
+++ b/lib/system.h
@@ -407,7 +407,6 @@ char *getenv ();
#endif
#if WITH_DMALLOC
-# undef HAVE_DECL_VALLOC
# define DMALLOC_FUNC_CHECK
# include <dmalloc.h>
#endif