summaryrefslogtreecommitdiffstats
path: root/lib/bind
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2008-12-23 19:18:41 +0000
committerdougb <dougb@FreeBSD.org>2008-12-23 19:18:41 +0000
commit77bde798e10d9aad56b8b194e5a6a4af8756f3ac (patch)
tree5bec7d260fe44ef25cca76ced98952769602ec1a /lib/bind
parent6c8226d7d6bb16d3d0bc2ab68a30b0700011c64f (diff)
downloadFreeBSD-src-77bde798e10d9aad56b8b194e5a6a4af8756f3ac.zip
FreeBSD-src-77bde798e10d9aad56b8b194e5a6a4af8756f3ac.tar.gz
Vendor import of BIND 9.4.3
Diffstat (limited to 'lib/bind')
-rw-r--r--lib/bind/aclocal.m42
-rw-r--r--lib/bind/config.h.in68
2 files changed, 70 insertions, 0 deletions
diff --git a/lib/bind/aclocal.m4 b/lib/bind/aclocal.m4
new file mode 100644
index 0000000..110ed87
--- /dev/null
+++ b/lib/bind/aclocal.m4
@@ -0,0 +1,2 @@
+sinclude(../../libtool.m4)dnl
+
diff --git a/lib/bind/config.h.in b/lib/bind/config.h.in
new file mode 100644
index 0000000..5e2a83d
--- /dev/null
+++ b/lib/bind/config.h.in
@@ -0,0 +1,68 @@
+#undef _SOCKADDR_LEN
+#undef HAVE_FCNTL_H
+#undef HAVE_PATHS_H
+#undef HAVE_INTTYPES_H
+#undef HAVE_STROPTS_H
+#undef HAVE_SYS_TIMERS_H
+#undef HAVE_SYS_SELECT_H
+#undef HAVE_MEMORY_H
+#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 HAVE_MEMMOVE
+#undef HAVE_MEMCHR
+#undef SPRINTF_CHAR
+#undef VSPRINTF_CHAR
+#undef USE_SYSERROR_LIST
+#undef NEED_STRTOUL
+#undef NEED_SUN4PROTOS
+#undef REENABLE_SEND
+
+#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
+#undef NEED_SETGRENT_R
+#undef NEED_ENDGRENT_R
+
+#undef NEED_INNETGR_R
+#undef NEED_SETNETGRENT_R
+#undef NEED_ENDNETGRENT_R
+
+#undef NEED_GETPWNAM_R
+#undef NEED_GETPWUID_R
+#undef NEED_SETPWENT_R
+#undef NEED_SETPASSENT_R
+#undef NEED_SETPWENT_R
+#undef NEED_GETPWENT_R
+#undef NEED_ENDPWENT_R
+
+#undef NEED_SETPASSENT
+
+#undef HAS_PW_CLASS
+
+#undef ssize_t
+#undef uintptr_t
+
+/* 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
+#undef HAVE_STRLCAT
+/* Shut up warnings about missing braces */
+#undef SHUTUP_MUTEX_INITIALIZER
+#ifdef SHUTUP_MUTEX_INITIALIZER
+#define LIBBIND_MUTEX_INITIALIZER { PTHREAD_MUTEX_INITIALIZER }
+#else
+#define LIBBIND_MUTEX_INITIALIZER PTHREAD_MUTEX_INITIALIZER
+#endif
+
OpenPOWER on IntegriCloud