summaryrefslogtreecommitdiff
path: root/lib
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 /lib
parenta6a24beb47a6253f141c8fb9c9d67d6e5aa30683 (diff)
downloadpaxutils-bd9dc1699ec9b92b9ca60d8687db3ad680dc1ade.tar.gz
(HAVE_DECL_VALLOC) [WITH_DMALLOC]: Remove #undef, since this symbol
is no longer used.
Diffstat (limited to 'lib')
-rw-r--r--lib/system.h1
1 files changed, 0 insertions, 1 deletions
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