summaryrefslogtreecommitdiff
path: root/dbm/macbuild
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>2001-10-19 05:45:51 +0000
committerwtc%netscape.com <devnull@localhost>2001-10-19 05:45:51 +0000
commitffbcac5218d1ed487d2fdd2de2ecf21f366c9a13 (patch)
treee7d68d58136e928c2c4a5a97a534c3dc289a2c74 /dbm/macbuild
parentd0e106ec5715625060332a6df46294d519de3f4c (diff)
downloadnss-hg-ffbcac5218d1ed487d2fdd2de2ecf21f366c9a13.tar.gz
Bugzilla bug 105173: in mcom_db.h, put the tests for HAVE_XXX_H inside
#ifdef __DBINTERFACE_PRIVATE so that users of this exported header don't have to define these HAVE_XXX_H macros. Define __DBINTERFACE_PRIVATE in dbm/macbuild/DBMConfig.h and dbm/src/Makefile.win. r=brendan@mozilla.org
Diffstat (limited to 'dbm/macbuild')
-rw-r--r--dbm/macbuild/DBMConfig.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbm/macbuild/DBMConfig.h b/dbm/macbuild/DBMConfig.h
index 6493d254f..e7ec911c6 100644
--- a/dbm/macbuild/DBMConfig.h
+++ b/dbm/macbuild/DBMConfig.h
@@ -20,4 +20,4 @@
* Contributor(s):
*/
-/* Nothing to do here. If you need DBM-specific defines, put them here */
+#define __DBINTERFACE_PRIVATE 1