summaryrefslogtreecommitdiffstats
path: root/lib/bind/bind/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bind/bind/config.h')
-rw-r--r--lib/bind/bind/config.h48
1 files changed, 48 insertions, 0 deletions
diff --git a/lib/bind/bind/config.h b/lib/bind/bind/config.h
new file mode 100644
index 0000000..1d5285f
--- /dev/null
+++ b/lib/bind/bind/config.h
@@ -0,0 +1,48 @@
+/* $FreeBSD$ */
+
+/* config.h. Generated by configure. */
+/* #undef _SOCKADDR_LEN */
+#define HAVE_FCNTL_H 1
+#define HAVE_PATHS_H 1
+#define HAVE_SYS_TIMERS_H 1
+/* #undef SYS_CDEFS_H */
+/* #undef _POSIX_PTHREAD_SEMANTICS */
+/* #undef POSIX_GETPWUID_R */
+/* #undef POSIX_GETPWNAM_R */
+/* #undef POSIX_GETGRGID_R */
+/* #undef POSIX_GETGRNAM_R */
+
+/* #undef NEED_SETGROUPENT */
+/* #undef NEED_GETGROUPLIST */
+
+/* define if prototype for getgrnam_r() is required */
+/* #undef NEED_GETGRNAM_R */
+/* #undef NEED_GETGRGID_R */
+/* #undef NEED_GETGRENT_R */
+#define NEED_SETGRENT_R 1
+#define NEED_ENDGRENT_R 1
+
+#define NEED_INNETGR_R 1
+/* #undef NEED_SETNETGRENT_R */
+#define NEED_ENDNETGRENT_R 1
+
+/* #undef NEED_GETPWNAM_R */
+/* #undef NEED_GETPWUID_R */
+#define NEED_SETPWENT_R 1
+#define NEED_SETPASSENT_R 1
+#define NEED_SETPWENT_R 1
+/* #undef NEED_GETPWENT_R */
+#define NEED_ENDPWENT_R 1
+
+/* #undef NEED_SETPASSENT */
+
+#define HAS_PW_CLASS 1
+
+/* Shut up warnings about sputaux in stdio.h on BSD/OS pre-4.1 */
+/* #undef SHUTUP_SPUTAUX */
+#ifdef SHUTUP_SPUTAUX
+struct __sFILE;
+extern __inline int __sputaux(int _c, struct __sFILE *_p);
+#endif
+/* #undef BROKEN_IN6ADDR_INIT_MACROS */
+#define HAVE_STRLCAT 1
OpenPOWER on IntegriCloud