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.h71
1 files changed, 0 insertions, 71 deletions
diff --git a/lib/bind/bind/config.h b/lib/bind/bind/config.h
deleted file mode 100644
index e9d32d5..0000000
--- a/lib/bind/bind/config.h
+++ /dev/null
@@ -1,71 +0,0 @@
-/* $FreeBSD$ */
-
-/* config.h. Generated from config.h.in by configure. */
-/* #undef _SOCKADDR_LEN */
-#define HAVE_FCNTL_H 1
-#define HAVE_PATHS_H 1
-#define HAVE_INTTYPES_H 1
-/* #undef HAVE_STROPTS_H */
-#define HAVE_SYS_TIMERS_H 1
-#define HAVE_SYS_SELECT_H 1
-#define HAVE_MEMORY_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 */
-#define HAVE_MEMMOVE 1
-#define HAVE_MEMCHR 1
-/* #undef SPRINTF_CHAR */
-/* #undef VSPRINTF_CHAR */
-#define USE_SYSERROR_LIST 1
-/* #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 */
-#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
-
-/* #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 */
-#define HAVE_STRLCAT 1
-/* 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