Fix bug 9548: Correctly detect O_DIRECT
[samba.git] / lib / replace / wscript
1 #!/usr/bin/env python
2
3 APPNAME = 'libreplace'
4 VERSION = '1.2.1'
5
6 blddir = 'bin'
7
8 import sys, os, Utils
9
10 # find the buildtools directory
11 srcdir = '.'
12 while not os.path.exists(srcdir+'/buildtools') and len(srcdir.split('/')) < 5:
13     srcdir = '../' + srcdir
14 sys.path.insert(0, srcdir + '/buildtools/wafsamba')
15
16 import wafsamba, samba_dist
17 import Options, os, preproc
18
19 samba_dist.DIST_DIRS('lib/replace buildtools:buildtools')
20
21 def set_options(opt):
22     opt.BUILTIN_DEFAULT('NONE')
23     opt.PRIVATE_EXTENSION_DEFAULT('')
24     opt.RECURSE('buildtools/wafsamba')
25
26 @wafsamba.runonce
27 def configure(conf):
28     conf.RECURSE('buildtools/wafsamba')
29
30     conf.env.standalone_replace = conf.IN_LAUNCH_DIR()
31
32     conf.DEFINE('HAVE_LIBREPLACE', 1)
33     conf.DEFINE('LIBREPLACE_NETWORK_CHECKS', 1)
34
35     # on Tru64 certain features are only available with _OSF_SOURCE set to 1
36     # and _XOPEN_SOURCE set to 600
37     if conf.env['SYSTEM_UNAME_SYSNAME'] == 'OSF1':
38         conf.DEFINE('_OSF_SOURCE', 1, add_to_cflags=True)
39         conf.DEFINE('_XOPEN_SOURCE', 600, add_to_cflags=True)
40
41     # SCM_RIGHTS is only avail if _XOPEN_SOURCE iŃ• defined on IRIX
42     if conf.env['SYSTEM_UNAME_SYSNAME'] == 'IRIX':
43         conf.DEFINE('_XOPEN_SOURCE', 600, add_to_cflags=True)
44         conf.DEFINE('_BSD_TYPES', 1, add_to_cflags=True)
45
46     # Try to find the right extra flags for C99 initialisers
47     for f in ["", "-AC99", "-qlanglvl=extc99", "-qlanglvl=stdc99", "-c99"]:
48         if conf.CHECK_CFLAGS([f], '''
49 struct foo {int x;char y;};
50 struct foo bar = { .y = 'X', .x = 1 };
51 '''):
52             if f != "":
53                 conf.ADD_CFLAGS(f)
54             break
55
56     if conf.CHECK_CFLAGS(['-Wstack-protector']):
57             conf.ADD_CFLAGS('-Wstack-protector')
58
59     # Try to find the right extra flags for -Werror behaviour
60     for f in ["-Werror",       # GCC
61               "-errwarn=%all", # Sun Studio
62               "-qhalt=w",     # IBM xlc
63               "-w2",           # Tru64
64               ]:
65         if conf.CHECK_CFLAGS([f], '''
66 '''):
67             if not 'WERROR_CFLAGS' in conf.env:
68                 conf.env['WERROR_CFLAGS'] = []
69             conf.env['WERROR_CFLAGS'].extend([f])
70             break
71
72     conf.CHECK_HEADERS('linux/types.h crypt.h locale.h acl/libacl.h compat.h')
73     conf.CHECK_HEADERS('acl/libacl.h attr/xattr.h compat.h ctype.h dustat.h')
74     conf.CHECK_HEADERS('fcntl.h fnmatch.h glob.h history.h krb5.h langinfo.h')
75     conf.CHECK_HEADERS('libaio.h locale.h ndir.h pwd.h')
76     conf.CHECK_HEADERS('shadow.h sys/acl.h')
77     conf.CHECK_HEADERS('sys/attributes.h attr/attributes.h sys/capability.h sys/dir.h sys/epoll.h')
78     conf.CHECK_HEADERS('sys/fcntl.h sys/filio.h sys/filsys.h sys/fs/s5param.h sys/fs/vx/quota.h')
79     conf.CHECK_HEADERS('sys/id.h sys/ioctl.h sys/ipc.h sys/mman.h sys/mode.h sys/ndir.h sys/priv.h')
80     conf.CHECK_HEADERS('sys/resource.h sys/security.h sys/shm.h sys/statfs.h sys/statvfs.h sys/termio.h')
81     conf.CHECK_HEADERS('sys/vfs.h sys/xattr.h termio.h termios.h sys/file.h')
82     conf.CHECK_HEADERS('sys/wait.h sys/stat.h malloc.h grp.h')
83     conf.CHECK_HEADERS('sys/select.h setjmp.h utime.h sys/syslog.h syslog.h')
84     conf.CHECK_HEADERS('stdarg.h vararg.h sys/mount.h mntent.h')
85     conf.CHECK_HEADERS('stropts.h unix.h string.h strings.h sys/param.h limits.h')
86     conf.CHECK_HEADERS('''sys/socket.h netinet/in.h netdb.h arpa/inet.h netinet/in_systm.h
87                           netinet/ip.h netinet/tcp.h netinet/in_ip.h
88                           sys/sockio.h sys/un.h''', together=True)
89     conf.CHECK_HEADERS('sys/uio.h ifaddrs.h direct.h dirent.h')
90     conf.CHECK_HEADERS('windows.h winsock2.h ws2tcpip.h')
91     conf.CHECK_HEADERS('libintl.h errno.h')
92     conf.CHECK_HEADERS('gcrypt.h getopt.h iconv.h')
93     conf.CHECK_HEADERS('sys/inotify.h memory.h nss.h sasl/sasl.h')
94     conf.CHECK_HEADERS('security/pam_appl.h zlib.h asm/unistd.h')
95     conf.CHECK_HEADERS('aio.h sys/unistd.h rpc/rpc.h rpc/nettype.h alloca.h float.h')
96
97     conf.CHECK_HEADERS('rpcsvc/nis.h rpcsvc/ypclnt.h sys/prctl.h sys/sysctl.h')
98     conf.CHECK_HEADERS('sys/fileio.h sys/filesys.h sys/dustat.h sys/sysmacros.h')
99     conf.CHECK_HEADERS('xfs/libxfs.h netgroup.h')
100
101     conf.CHECK_CODE('', headers='rpc/rpc.h rpcsvc/yp_prot.h', define='HAVE_RPCSVC_YP_PROT_H')
102
103     conf.CHECK_HEADERS('valgrind.h valgrind/valgrind.h valgrind/memcheck.h')
104     conf.CHECK_HEADERS('nss_common.h nsswitch.h ns_api.h')
105     conf.CHECK_HEADERS('sys/extattr.h sys/ea.h sys/proplist.h sys/cdefs.h')
106     conf.CHECK_HEADERS('utmp.h utmpx.h lastlog.h malloc.h')
107     conf.CHECK_HEADERS('syscall.h sys/syscall.h inttypes.h')
108
109     conf.CHECK_CODE('''
110                     #include <unistd.h>
111                     #ifdef HAVE_FCNTL_H
112                     #include <fcntl.h>
113                     #endif
114                     int main(void) { int fd = open("/dev/null", O_DIRECT); }
115                     ''',
116                     define='HAVE_OPEN_O_DIRECT',
117                     addmain=False,
118                     msg='Checking for O_DIRECT flag to open(2)')
119
120     conf.CHECK_TYPES('"long long" intptr_t uintptr_t ptrdiff_t comparison_fn_t')
121     conf.CHECK_TYPE('_Bool', define='HAVE__Bool')
122     conf.CHECK_TYPE('bool', define='HAVE_BOOL')
123
124     conf.CHECK_TYPE('int8_t', 'char')
125     conf.CHECK_TYPE('uint8_t', 'unsigned char')
126     conf.CHECK_TYPE('int16_t', 'short')
127     conf.CHECK_TYPE('uint16_t', 'unsigned short')
128     conf.CHECK_TYPE('int32_t', 'int')
129     conf.CHECK_TYPE('uint32_t', 'unsigned')
130     conf.CHECK_TYPE('int64_t', 'long long')
131     conf.CHECK_TYPE('uint64_t', 'unsigned long long')
132     conf.CHECK_TYPE('size_t', 'unsigned int')
133     conf.CHECK_TYPE('ssize_t', 'int')
134     conf.CHECK_TYPE('ino_t', 'unsigned')
135     conf.CHECK_TYPE('loff_t', 'off_t')
136     conf.CHECK_TYPE('offset_t', 'loff_t')
137     conf.CHECK_TYPE('volatile int', define='HAVE_VOLATILE')
138     conf.CHECK_TYPE('uint_t', 'unsigned int')
139     conf.CHECK_TYPE('blksize_t', 'long', headers='sys/types.h sys/stat.h unistd.h')
140     conf.CHECK_TYPE('blkcnt_t', 'long', headers='sys/types.h sys/stat.h unistd.h')
141
142     conf.CHECK_SIZEOF('bool char int "long long" long short size_t ssize_t')
143     conf.CHECK_SIZEOF('int8_t uint8_t int16_t uint16_t int32_t uint32_t int64_t uint64_t')
144     conf.CHECK_SIZEOF('void*', define='SIZEOF_VOID_P')
145     conf.CHECK_SIZEOF('off_t dev_t ino_t time_t')
146
147     conf.CHECK_TYPES('socklen_t', headers='sys/socket.h')
148     conf.CHECK_TYPE_IN('struct ifaddrs', 'ifaddrs.h')
149     conf.CHECK_TYPE_IN('struct addrinfo', 'netdb.h')
150     conf.CHECK_TYPE_IN('struct sockaddr', 'sys/socket.h')
151     conf.CHECK_CODE('struct sockaddr_in6 x', define='HAVE_STRUCT_SOCKADDR_IN6',
152                     headers='sys/socket.h netdb.h netinet/in.h')
153     conf.CHECK_TYPE_IN('struct sockaddr_storage', 'sys/socket.h')
154     conf.CHECK_TYPE_IN('sa_family_t', 'sys/socket.h')
155
156     conf.CHECK_TYPE_IN('sig_atomic_t', 'signal.h', define='HAVE_SIG_ATOMIC_T_TYPE')
157
158     conf.CHECK_FUNCS_IN('''inet_ntoa inet_aton inet_ntop inet_pton connect gethostbyname
159                            getaddrinfo getnameinfo freeaddrinfo gai_strerror socketpair''',
160                         'socket nsl', checklibc=True,
161                         headers='sys/socket.h netinet/in.h arpa/inet.h netdb.h')
162
163     # Some old Linux systems have broken header files and
164     # miss the IPV6_V6ONLY define in netinet/in.h,
165     # but have it in linux/in6.h.
166     # We can't include both files so we just check if the value
167     # if defined and do the replacement in system/network.h
168     if not conf.CHECK_VARIABLE('IPV6_V6ONLY',
169                                headers='sys/socket.h netdb.h netinet/in.h'):
170         conf.CHECK_CODE('''
171                         #include <linux/in6.h>
172                         #if (IPV6_V6ONLY != 26)
173                         #error no IPV6_V6ONLY support on linux
174                         #endif
175                         int main(void) { return IPV6_V6ONLY; }
176                         ''',
177                         define='HAVE_LINUX_IPV6_V6ONLY_26',
178                         addmain=False,
179                         msg='Checking for IPV6_V6ONLY in linux/in6.h',
180                         local_include=False)
181
182     conf.CHECK_CODE('''
183                        struct sockaddr_storage sa_store;
184                        struct addrinfo *ai = NULL;
185                        struct in6_addr in6addr;
186                        int idx = if_nametoindex("iface1");
187                        int s = socket(AF_INET6, SOCK_STREAM, 0);
188                        int ret = getaddrinfo(NULL, NULL, NULL, &ai);
189                        if (ret != 0) {
190                            const char *es = gai_strerror(ret);
191                        }
192                        freeaddrinfo(ai);
193                        {
194                           int val = 1;
195                           #ifdef HAVE_LINUX_IPV6_V6ONLY_26
196                           #define IPV6_V6ONLY 26
197                           #endif
198                           ret = setsockopt(s, IPPROTO_IPV6, IPV6_V6ONLY,
199                                            (const void *)&val, sizeof(val));
200                        }
201                        ''',
202                     define='HAVE_IPV6',
203                     lib='nsl socket',
204                     headers='sys/socket.h netdb.h netinet/in.h')
205
206     # these may be builtins, so we need the link=False strategy
207     conf.CHECK_FUNCS('strdup memmem printf memset memcpy memmove strcpy strncpy bzero', link=False)
208
209     conf.CHECK_FUNCS('shl_load shl_unload shl_findsym')
210     conf.CHECK_FUNCS('pipe strftime srandom random srand rand usleep setbuffer')
211     conf.CHECK_FUNCS('lstat getpgrp utime utimes setuid seteuid setreuid setresuid setgid setegid')
212     conf.CHECK_FUNCS('setregid setresgid chroot strerror vsyslog setlinebuf mktime')
213     conf.CHECK_FUNCS('ftruncate chsize rename waitpid wait4')
214     conf.CHECK_FUNCS('initgroups pread pwrite strndup strcasestr')
215     conf.CHECK_FUNCS('strtok_r mkdtemp dup2 dprintf vdprintf isatty chown lchown')
216     conf.CHECK_FUNCS('link readlink symlink realpath snprintf vsnprintf')
217     conf.CHECK_FUNCS('asprintf vasprintf setenv unsetenv strnlen strtoull __strtoull')
218     conf.CHECK_FUNCS('strtouq strtoll __strtoll strtoq memalign posix_memalign')
219
220     # libbsd on some platforms provides strlcpy and strlcat
221     if not conf.CHECK_FUNCS('strlcpy strlcat'):
222         conf.CHECK_FUNCS_IN('strlcpy strlcat', 'bsd', headers='bsd/string.h',
223                 checklibc=True)
224     if not conf.CHECK_FUNCS('getpeereid'):
225         conf.CHECK_FUNCS_IN('getpeereid', 'bsd', headers='sys/types.h bsd/unistd.h')
226     if not conf.CHECK_FUNCS_IN('setproctitle', 'bsd', headers='sys/types.h bsd/unistd.h'):
227         conf.CHECK_FUNCS_IN('setproctitle', 'setproctitle', headers='setproctitle.h')
228
229     conf.CHECK_CODE('''
230                 struct ucred cred;
231                 socklen_t cred_len;
232                 int ret = getsockopt(0, SOL_SOCKET, SO_PEERCRED, &cred, &cred_len);''',
233                 'HAVE_PEERCRED',
234                 msg="Checking whether we can use SO_PEERCRED to get socket credentials",
235                 headers='sys/types.h sys/socket.h')
236
237     #Some OS (ie. freebsd) return EINVAL if the convertion could not be done, it's not what we expect
238     #Let's detect those cases
239     if conf.CONFIG_SET('HAVE_STRTOLL'):
240         conf.CHECK_CODE('''
241                         long long nb = strtoll("Text", NULL, 0);
242                         if (errno == EINVAL) {
243                             return 0;
244                         } else {
245                             return 1;
246                         }
247                         ''',
248                         msg="Checking correct behavior of strtoll",
249                         headers = 'errno.h',
250                         execute = True,
251                         define = 'HAVE_BSD_STRTOLL',
252                         )
253     conf.CHECK_FUNCS('if_nametoindex strerror_r')
254     conf.CHECK_FUNCS('getdirentries getdents syslog')
255     conf.CHECK_FUNCS('gai_strerror get_current_dir_name')
256     conf.CHECK_FUNCS('timegm getifaddrs freeifaddrs mmap setgroups syscall setsid')
257     conf.CHECK_FUNCS('getgrent_r getgrgid_r getgrnam_r getgrouplist getpagesize')
258     conf.CHECK_FUNCS('getpwent_r getpwnam_r getpwuid_r epoll_create')
259
260     conf.SET_TARGET_TYPE('attr', 'EMPTY')
261
262     xattr_headers='sys/attributes.h attr/xattr.h sys/xattr.h'
263
264     conf.CHECK_FUNCS_IN('''
265 fgetxattr flistea flistxattr
266 fremovexattr fsetxattr getxattr
267 listxattr removexattr setxattr
268 ''', 'attr', checklibc=True, headers=xattr_headers)
269
270     # We need to check for linux xattrs first, as we do not wish to link to -lattr
271     # (the XFS compat API) on Linux systems with the native xattr API
272     if not conf.CONFIG_SET('HAVE_GETXATTR'):
273         conf.CHECK_FUNCS_IN('''
274 attr_get attr_getf attr_list attr_listf attropen attr_remove
275 attr_removef attr_set attr_setf extattr_delete_fd extattr_delete_file
276 extattr_get_fd extattr_get_file extattr_list_fd extattr_list_file
277 extattr_set_fd extattr_set_file fgetea flistea
278 fremoveea fsetea getea listea
279 removeea setea
280 ''', 'attr', checklibc=True, headers=xattr_headers)
281
282     if (conf.CONFIG_SET('HAVE_ATTR_LISTF') or
283         conf.CONFIG_SET('HAVE_EXTATTR_LIST_FD') or
284         conf.CONFIG_SET('HAVE_FLISTEA') or
285         conf.CONFIG_SET('HAVE_FLISTXATTR')):
286             conf.DEFINE('HAVE_XATTR_SUPPORT', 1)
287
288     # Darwin has extra options to xattr-family functions
289     conf.CHECK_CODE('getxattr(NULL, NULL, NULL, 0, 0, 0)',
290                     headers=xattr_headers, local_include=False,
291                     define='XATTR_ADDITIONAL_OPTIONS',
292                     msg="Checking whether xattr interface takes additional options")
293
294     conf.CHECK_FUNCS_IN('dlopen dlsym dlerror dlclose', 'dl',
295                         checklibc=True, headers='dlfcn.h dl.h')
296
297     conf.CHECK_C_PROTOTYPE('dlopen', 'void *dlopen(const char* filename, unsigned int flags)',
298                            define='DLOPEN_TAKES_UNSIGNED_FLAGS', headers='dlfcn.h dl.h')
299
300     if conf.CHECK_FUNCS_IN('fdatasync', 'rt', checklibc=True):
301         # some systems are missing the declaration
302         conf.CHECK_DECLS('fdatasync')
303
304     if conf.CHECK_FUNCS_IN('clock_gettime', 'rt', checklibc=True):
305         for c in ['CLOCK_MONOTONIC', 'CLOCK_PROCESS_CPUTIME_ID', 'CLOCK_REALTIME']:
306             conf.CHECK_CODE('''
307                 #if TIME_WITH_SYS_TIME
308                 # include <sys/time.h>
309                 # include <time.h>
310                 #else
311                 # if HAVE_SYS_TIME_H
312                 #  include <sys/time.h>
313                 # else
314                 #  include <time.h>
315                 # endif
316                 #endif
317                 clockid_t clk = %s''' % c,
318                 'HAVE_%s' % c,
319                 msg='Checking whether the clock_gettime clock ID %s is available' % c)
320
321     conf.CHECK_TYPE('struct timespec', headers='sys/time.h time.h')
322
323     # these headers need to be tested as a group on freebsd
324     conf.CHECK_HEADERS(headers='sys/socket.h net/if.h', together=True)
325     conf.CHECK_HEADERS(headers='netinet/in.h arpa/nameser.h resolv.h', together=True)
326     conf.CHECK_FUNCS_IN('res_search', 'resolv', checklibc=True,
327                         headers='netinet/in.h arpa/nameser.h resolv.h')
328
329
330     if not conf.CHECK_FUNCS_IN('gettext', 'intl', checklibc=True, headers='libintl.h'):
331     # Some hosts need lib iconv for linking with lib intl
332     # So we try with flags just in case it helps.
333         oldflags = conf.env['LDFLAGS_INTL']
334         conf.env['LDFLAGS_INTL'] = "-liconv"
335         if not conf.CHECK_LIB('intl'):
336             conf.env['LDFLAGS_INTL'] = oldflags
337         else:
338             conf.CHECK_FUNCS_IN('gettext', 'intl', checklibc=True, headers='libintl.h')
339
340     conf.CHECK_FUNCS_IN('dgettext gettext', 'intl', headers='libintl.h')
341     conf.CHECK_FUNCS_IN('pthread_create', 'pthread', checklibc=True, headers='pthread.h')
342
343     conf.CHECK_FUNCS_IN('crypt', 'crypt', checklibc=True)
344
345     conf.CHECK_VARIABLE('rl_event_hook', define='HAVE_DECL_RL_EVENT_HOOK', always=True,
346                         headers='readline.h readline/readline.h readline/history.h')
347
348     conf.CHECK_DECLS('snprintf vsnprintf asprintf vasprintf')
349
350     conf.CHECK_DECLS('errno', headers='errno.h', reverse=True)
351     conf.CHECK_DECLS('environ getgrent_r getpwent_r', reverse=True, headers='pwd.h grp.h')
352     conf.CHECK_DECLS('pread pwrite setenv setresgid setresuid', reverse=True)
353
354     if conf.CONFIG_SET('HAVE_EPOLL_CREATE') and conf.CONFIG_SET('HAVE_SYS_EPOLL_H'):
355         conf.DEFINE('HAVE_EPOLL', 1)
356
357     conf.CHECK_HEADERS('poll.h')
358     conf.CHECK_FUNCS('poll')
359
360     conf.CHECK_FUNCS('strptime')
361     conf.CHECK_DECLS('strptime', headers='time.h')
362     conf.CHECK_CODE('''#define LIBREPLACE_CONFIGURE_TEST_STRPTIME
363                        #include "test/strptime.c"''',
364                        define='HAVE_WORKING_STRPTIME',
365                        execute=True,
366                        addmain=False,
367                        msg='Checking for working strptime')
368
369     conf.CHECK_CODE('gettimeofday(NULL, NULL)', 'HAVE_GETTIMEOFDAY_TZ', execute=False)
370
371     conf.CHECK_CODE('#include "test/snprintf.c"',
372                     define="HAVE_C99_VSNPRINTF",
373                     execute=True,
374                     addmain=False,
375                     msg="Checking for C99 vsnprintf")
376
377     conf.CHECK_CODE('#include "test/shared_mmap.c"',
378                     addmain=False, add_headers=False, execute=True,
379                     define='HAVE_SHARED_MMAP',
380                     msg="Checking for HAVE_SHARED_MMAP")
381
382     conf.CHECK_CODE('#include "test/shared_mremap.c"',
383                     addmain=False, add_headers=False, execute=True,
384                     define='HAVE_MREMAP',
385                     msg="Checking for HAVE_MREMAP")
386
387     # OpenBSD (and I've heard HPUX) doesn't sync between mmap and write.
388     # FIXME: Anything other than a 0 or 1 exit code should abort configure!
389     conf.CHECK_CODE('#include "test/incoherent_mmap.c"',
390                     addmain=False, add_headers=False, execute=True,
391                     define='HAVE_INCOHERENT_MMAP',
392                     msg="Checking for HAVE_INCOHERENT_MMAP")
393
394     conf.SAMBA_BUILD_ENV()
395
396     conf.CHECK_CODE('''
397                     typedef struct {unsigned x;} FOOBAR;
398                     #define X_FOOBAR(x) ((FOOBAR) { x })
399                     #define FOO_ONE X_FOOBAR(1)
400                     FOOBAR f = FOO_ONE;
401                     static const struct {
402                         FOOBAR y;
403                     } f2[] = {
404                         {FOO_ONE}
405                     };
406                     static const FOOBAR f3[] = {FOO_ONE};
407                     ''',
408                     define='HAVE_IMMEDIATE_STRUCTURES')
409
410     conf.CHECK_CODE('mkdir("foo",0777)', define='HAVE_MKDIR_MODE', headers='sys/stat.h')
411
412     conf.CHECK_STRUCTURE_MEMBER('struct stat', 'st_mtim.tv_nsec', define='HAVE_STAT_TV_NSEC',
413                                 headers='sys/stat.h')
414     # we need the st_rdev test under two names
415     conf.CHECK_STRUCTURE_MEMBER('struct stat', 'st_rdev',
416                                 define='HAVE_STRUCT_STAT_ST_RDEV',
417                                 headers='sys/stat.h')
418     conf.CHECK_STRUCTURE_MEMBER('struct stat', 'st_rdev', define='HAVE_ST_RDEV',
419                                 headers='sys/stat.h')
420     conf.CHECK_STRUCTURE_MEMBER('struct sockaddr_storage', 'ss_family',
421                                 headers='sys/socket.h netinet/in.h')
422     conf.CHECK_STRUCTURE_MEMBER('struct sockaddr_storage', '__ss_family',
423                                 headers='sys/socket.h netinet/in.h')
424
425
426     if conf.CHECK_STRUCTURE_MEMBER('struct sockaddr', 'sa_len',
427                                    headers='sys/socket.h netinet/in.h',
428                                    define='HAVE_SOCKADDR_SA_LEN'):
429         # the old build system produced both defines
430         conf.DEFINE('HAVE_STRUCT_SOCKADDR_SA_LEN', 1)
431
432     conf.CHECK_STRUCTURE_MEMBER('struct sockaddr_in', 'sin_len',
433                                 headers='sys/socket.h netinet/in.h',
434                                 define='HAVE_SOCK_SIN_LEN')
435
436     conf.CHECK_CODE('struct sockaddr_un sunaddr; sunaddr.sun_family = AF_UNIX;',
437                     define='HAVE_UNIXSOCKET', headers='sys/socket.h sys/un.h')
438
439
440     conf.CHECK_CODE('''
441                     struct stat st;
442                     char tpl[20]="/tmp/test.XXXXXX";
443                     char tpl2[20]="/tmp/test.XXXXXX";
444                     int fd = mkstemp(tpl);
445                     int fd2 = mkstemp(tpl2);
446                     if (fd == -1) {
447                           if (fd2 != -1) {
448                                   unlink(tpl2);
449                           }
450                           exit(1);
451                     }
452                     if (fd2 == -1) exit(1);
453                     unlink(tpl);
454                     unlink(tpl2);
455                     if (fstat(fd, &st) != 0) exit(1);
456                     if ((st.st_mode & 0777) != 0600) exit(1);
457                     if (strcmp(tpl, "/tmp/test.XXXXXX") == 0) {
458                           exit(1);
459                     }
460                     if (strcmp(tpl, tpl2) == 0) {
461                           exit(1);
462                     }
463                     exit(0);
464                     ''',
465                     define='HAVE_SECURE_MKSTEMP',
466                     execute=True,
467                     mandatory=True) # lets see if we get a mandatory failure for this one
468
469     if conf.CHECK_CFLAGS('-fvisibility=hidden'):
470         conf.env.VISIBILITY_CFLAGS = '-fvisibility=hidden'
471         conf.CHECK_CODE('''void vis_foo1(void) {}
472                            __attribute__((visibility("default"))) void vis_foo2(void) {}''',
473                         cflags=conf.env.VISIBILITY_CFLAGS,
474                         define='HAVE_VISIBILITY_ATTR')
475
476     # look for a method of finding the list of network interfaces
477     for method in ['HAVE_IFACE_GETIFADDRS', 'HAVE_IFACE_AIX', 'HAVE_IFACE_IFCONF', 'HAVE_IFACE_IFREQ']:
478         if conf.CHECK_CODE('''
479                            #define %s 1
480                            #define NO_CONFIG_H 1
481                            #define AUTOCONF_TEST 1
482                            #define SOCKET_WRAPPER_NOT_REPLACE
483                            #include "replace.c"
484                            #include "inet_ntop.c"
485                            #include "snprintf.c"
486                            #include "getifaddrs.c"
487                            #define getifaddrs_test main
488                            #include "test/getifaddrs.c"
489                            ''' % method,
490                            method,
491                            lib='nsl socket',
492                            addmain=False,
493                            execute=True):
494             break
495
496     conf.RECURSE('system')
497     conf.SAMBA_CONFIG_H()
498
499
500 REPLACEMENT_FUNCTIONS = {
501     'replace.c': ['ftruncate', 'strlcpy', 'strlcat', 'mktime', 'initgroups',
502                   'memmove', 'strdup', 'setlinebuf', 'vsyslog', 'strnlen',
503                   'strndup', 'waitpid', 'seteuid', 'setegid', 'chroot',
504                   'mkstemp', 'mkdtemp', 'pread', 'pwrite', 'strcasestr',
505                   'strtok_r', 'strtoll', 'strtoull', 'setenv', 'unsetenv',
506                   'utime', 'utimes', 'dup2', 'chown', 'link', 'readlink',
507                   'symlink', 'lchown', 'realpath', 'memmem', 'vdprintf',
508                   'dprintf', 'get_current_dir_name',
509                   'strerror_r', 'clock_gettime'],
510     'timegm.c': ['timegm'],
511     # Note: C99_VSNPRINTF is not a function, but a special condition
512     # for replacement
513     'snprintf.c': ['C99_VSNPRINTF', 'snprintf', 'vsnprintf', 'asprintf', 'vasprintf'],
514     # Note: WORKING_STRPTIME is not a function, but a special condition
515     # for replacement
516     'strptime.c': ['WORKING_STRPTIME', 'strptime'],
517     }
518
519
520 def build(bld):
521     bld.RECURSE('buildtools/wafsamba')
522
523     REPLACE_HOSTCC_SOURCE = ''
524
525     for filename, functions in REPLACEMENT_FUNCTIONS.iteritems():
526         for function in functions:
527             if not bld.CONFIG_SET('HAVE_%s' % function.upper()):
528                 REPLACE_HOSTCC_SOURCE += ' %s' % filename
529                 break
530
531     extra_libs = ''
532     if bld.CONFIG_SET('HAVE_LIBBSD'): extra_libs += ' bsd'
533
534     bld.SAMBA_SUBSYSTEM('LIBREPLACE_HOSTCC',
535         REPLACE_HOSTCC_SOURCE,
536         use_hostcc=True,
537         use_global_deps=False,
538         cflags='-DSOCKET_WRAPPER_DISABLE=1 -DNSS_WRAPPER_DISABLE=1 -DUID_WRAPPER_DISABLE=1 -D_SAMBA_HOSTCC_',
539         group='compiler_libraries',
540         deps = extra_libs
541     )
542
543     REPLACE_SOURCE = REPLACE_HOSTCC_SOURCE
544
545     if not bld.CONFIG_SET('HAVE_CRYPT'):         REPLACE_SOURCE += ' crypt.c'
546     if not bld.CONFIG_SET('HAVE_DLOPEN'):        REPLACE_SOURCE += ' dlfcn.c'
547     if not bld.CONFIG_SET('HAVE_POLL'):          REPLACE_SOURCE += ' poll.c'
548
549     if not bld.CONFIG_SET('HAVE_SOCKETPAIR'):    REPLACE_SOURCE += ' socketpair.c'
550     if not bld.CONFIG_SET('HAVE_CONNECT'):       REPLACE_SOURCE += ' socket.c'
551     if not bld.CONFIG_SET('HAVE_GETIFADDRS'):    REPLACE_SOURCE += ' getifaddrs.c'
552     if not bld.CONFIG_SET('HAVE_GETADDRINFO'):   REPLACE_SOURCE += ' getaddrinfo.c'
553     if not bld.CONFIG_SET('HAVE_INET_NTOA'):     REPLACE_SOURCE += ' inet_ntoa.c'
554     if not bld.CONFIG_SET('HAVE_INET_ATON'):     REPLACE_SOURCE += ' inet_aton.c'
555     if not bld.CONFIG_SET('HAVE_INET_NTOP'):     REPLACE_SOURCE += ' inet_ntop.c'
556     if not bld.CONFIG_SET('HAVE_INET_PTON'):     REPLACE_SOURCE += ' inet_pton.c'
557     if not bld.CONFIG_SET('HAVE_GETXATTR') or bld.CONFIG_SET('XATTR_ADDITIONAL_OPTIONS'):
558                                                  REPLACE_SOURCE += ' xattr.c'
559
560     bld.SAMBA_LIBRARY('replace',
561                       source=REPLACE_SOURCE,
562                       group='base_libraries',
563                       # FIXME: Ideally symbols should be hidden here so they 
564                       # don't appear in the global namespace when Samba 
565                       # libraries are loaded, but this doesn't appear to work 
566                       # at the moment:
567                       # hide_symbols=bld.BUILTIN_LIBRARY('replace'),
568                       private_library=True,
569                       deps='crypt dl nsl socket rt attr' + extra_libs)
570
571     bld.SAMBA_SUBSYSTEM('replace-test',
572                       source='''test/testsuite.c test/strptime.c
573                       test/os2_delete.c test/getifaddrs.c''',
574                       deps='replace')
575
576     if bld.env.standalone_replace:
577         bld.SAMBA_BINARY('replace_testsuite',
578                          source='test/main.c',
579                          deps='replace replace-test',
580                          install=False)
581
582     # build replacements for stdint.h and stdbool.h if needed
583     bld.SAMBA_GENERATOR('replace_stdint_h',
584                         rule='cp ${SRC} ${TGT}',
585                         source='hdr_replace.h',
586                         target='stdint.h',
587                         enabled = not bld.CONFIG_SET('HAVE_STDINT_H'))
588     bld.SAMBA_GENERATOR('replace_stdbool_h',
589                         rule='cp ${SRC} ${TGT}',
590                         source='hdr_replace.h',
591                         target='stdbool.h',
592                         enabled = not bld.CONFIG_SET('HAVE_STDBOOL_H'))
593
594 def dist():
595     '''makes a tarball for distribution'''
596     samba_dist.dist()