summaryrefslogtreecommitdiffstats
path: root/contrib/bind9/lib/bind/config.h.in
blob: 46de822b7eecfd149bc930fc16790ba331f36fcb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
#undef _SOCKADDR_LEN
#undef HAVE_FCNTL_H
#undef HAVE_PATHS_H
#undef HAVE_SYS_TIMERS_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 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

/* 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
OpenPOWER on IntegriCloud