Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/amd/include disable YP and HESIOD in config.h, and ...
details: https://anonhg.NetBSD.org/src/rev/d8a13c8c8bd3
branches: trunk
changeset: 544034:d8a13c8c8bd3
user: christos <christos%NetBSD.org@localhost>
date: Sun Mar 09 01:55:48 2003 +0000
description:
disable YP and HESIOD in config.h, and mention why... (thanks uwe)
diffstat:
usr.sbin/amd/include/config.h | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diffs (27 lines):
diff -r a6c2359ae320 -r d8a13c8c8bd3 usr.sbin/amd/include/config.h
--- a/usr.sbin/amd/include/config.h Sun Mar 09 01:38:38 2003 +0000
+++ b/usr.sbin/amd/include/config.h Sun Mar 09 01:55:48 2003 +0000
@@ -496,8 +496,11 @@
/* Define if have file maps (everyone should have it!) */
#define HAVE_MAP_FILE 1
+#ifdef notdef
+/* set by a command line switch */
/* Define if have HESIOD maps */
#define HAVE_MAP_HESIOD 1
+#endif
/* Define if have LDAP maps */
/* #undef HAVE_MAP_LDAP */
@@ -505,8 +508,11 @@
/* Define if have NDBM maps */
#define HAVE_MAP_NDBM 1
+#ifdef notdef
+/* set by a command line switch */
/* Define if have NIS maps */
#define HAVE_MAP_NIS 1
+#endif
/* Define if have NIS+ maps */
/* #undef HAVE_MAP_NISPLUS */
Home |
Main Index |
Thread Index |
Old Index