aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/amd/include
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2005-08-06 16:52:30 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2005-08-06 16:52:30 +0000
commit0c8eca7560e0862fca3303501ca7668e33d8e4f2 (patch)
tree742defb34c62d534221acd2c98fb994920005279 /usr.sbin/amd/include
parent768528adf6431d972c7439a488195cc25395ff66 (diff)
Notes
Diffstat (limited to 'usr.sbin/amd/include')
-rw-r--r--usr.sbin/amd/include/config.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/usr.sbin/amd/include/config.h b/usr.sbin/amd/include/config.h
index 0ee7356085159..fce7f0792cf53 100644
--- a/usr.sbin/amd/include/config.h
+++ b/usr.sbin/amd/include/config.h
@@ -388,6 +388,7 @@
/* Define to 1 if you have the `hasmntopt' function. */
/* #undef HAVE_HASMNTOPT */
+#ifdef YES_HESIOD
/* Define to 1 if you have the <hesiod.h> header file. */
#define HAVE_HESIOD_H 1
@@ -403,6 +404,24 @@
/* Define to 1 if you have the `hes_init' function. */
#define HAVE_HES_INIT 1
+#else /* YES_HESIOD */
+/* Define to 1 if you have the <hesiod.h> header file. */
+#undef HAVE_HESIOD_H
+
+/* Define to 1 if you have the `hesiod_init' function. */
+#undef HAVE_HESIOD_INIT
+
+/* Define to 1 if you have the `hesiod_reload' function. */
+/* #undef HAVE_HESIOD_RELOAD */
+
+/* Define to 1 if you have the `hesiod_to_bind' function. */
+#undef HAVE_HESIOD_TO_BIND
+
+/* Define to 1 if you have the `hes_init' function. */
+#undef HAVE_HES_INIT
+
+#endif
+
/* Define to 1 if you have the <hsfs/hsfs.h> header file. */
/* #undef HAVE_HSFS_HSFS_H */
@@ -496,8 +515,12 @@
/* Define if have file maps (everyone should have it!) */
#define HAVE_MAP_FILE 1
+#ifdef YES_HESIOD
/* Define if have HESIOD maps */
#define HAVE_MAP_HESIOD 1
+#else
+#undef HAVE_MAP_HESIOD
+#endif
/* Define if have LDAP maps */
/* #undef HAVE_MAP_LDAP */