diff options
author | wtc%netscape.com <devnull@localhost> | 2001-10-23 22:24:34 +0000 |
---|---|---|
committer | wtc%netscape.com <devnull@localhost> | 2001-10-23 22:24:34 +0000 |
commit | 2e480b2f25ddce7033f64fa1000ccd70feac8f08 (patch) | |
tree | 74f02588962de1734de8c8c676a7ed1f2f6d0c32 | |
parent | bb4fb956595935a29e6d7b544f1998c546649c72 (diff) | |
download | nss-hg-2e480b2f25ddce7033f64fa1000ccd70feac8f08.tar.gz |
DBM (mcom_db.h) is no longer testing for the HAVE_COMPAT_H macro.
-rw-r--r-- | security/dbm/config/config.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/dbm/config/config.mk b/security/dbm/config/config.mk index 7460f7207..94fc55a0b 100644 --- a/security/dbm/config/config.mk +++ b/security/dbm/config/config.mk @@ -63,6 +63,5 @@ endif # # None of the platforms that we are interested in need to -# define HAVE_COMPAT_H and HAVE_MEMORY_H. -# SunOS 4.1.3 needs to define HAVE_COMPAT_H. +# define HAVE_MEMORY_H. # |