Merge from vendor branch GCC:
[dragonfly.git] / contrib / bind-9.3 / lib / bind / config.h.in
1 #undef _SOCKADDR_LEN
2 #undef HAVE_FCNTL_H
3 #undef HAVE_PATHS_H
4 #undef HAVE_INTTYPES_H
5 #undef HAVE_STROPTS_H
6 #undef HAVE_SYS_TIMERS_H
7 #undef SYS_CDEFS_H
8 #undef _POSIX_PTHREAD_SEMANTICS
9 #undef POSIX_GETPWUID_R
10 #undef POSIX_GETPWNAM_R
11 #undef POSIX_GETGRGID_R
12 #undef POSIX_GETGRNAM_R
13
14 #undef NEED_SETGROUPENT
15 #undef NEED_GETGROUPLIST
16
17 /* define if prototype for getgrnam_r() is required */
18 #undef NEED_GETGRNAM_R 
19 #undef NEED_GETGRGID_R 
20 #undef NEED_GETGRENT_R 
21 #undef NEED_SETGRENT_R 
22 #undef NEED_ENDGRENT_R 
23
24 #undef NEED_INNETGR_R
25 #undef NEED_SETNETGRENT_R
26 #undef NEED_ENDNETGRENT_R
27
28 #undef NEED_GETPWNAM_R
29 #undef NEED_GETPWUID_R
30 #undef NEED_SETPWENT_R
31 #undef NEED_SETPASSENT_R
32 #undef NEED_SETPWENT_R
33 #undef NEED_GETPWENT_R
34 #undef NEED_ENDPWENT_R
35
36 #undef NEED_SETPASSENT
37
38 #undef HAS_PW_CLASS
39
40 #undef uintptr_t
41
42 /* Shut up warnings about sputaux in stdio.h on BSD/OS pre-4.1 */ 
43 #undef SHUTUP_SPUTAUX
44 #ifdef SHUTUP_SPUTAUX
45 struct __sFILE;
46 extern __inline int __sputaux(int _c, struct __sFILE *_p);
47 #endif
48 #undef BROKEN_IN6ADDR_INIT_MACROS
49 #undef HAVE_STRLCAT
50 /* Shut up warnings about missing braces */
51 #undef SHUTUP_MUTEX_INITIALIZER
52 #ifdef SHUTUP_MUTEX_INITIALIZER
53 #define LIBBIND_MUTEX_INITIALIZER { PTHREAD_MUTEX_INITIALIZER }
54 #else
55 #define LIBBIND_MUTEX_INITIALIZER PTHREAD_MUTEX_INITIALIZER
56 #endif
57