build: check size of dev_t, ino_t and time_t
authorKai Blin <kai@samba.org>
Sun, 21 Mar 2010 11:12:54 +0000 (12:12 +0100)
committerAndrew Tridgell <tridge@samba.org>
Tue, 6 Apr 2010 10:27:02 +0000 (20:27 +1000)
lib/replace/wscript

index 023c60da3fba93630fd8743258ba9a31b6d6afcd..e67045745ae5c76964b60592a289b75135dfea38 100644 (file)
@@ -262,6 +262,7 @@ def configure(conf):
     conf.CHECK_DECLS('pread pwrite setenv setresgid setresuid', reverse=True)
 
     conf.CHECK_SIZEOF('char int "long long" long off_t short size_t ssize_t')
+    conf.CHECK_SIZEOF('dev_t ino_t time_t')
     conf.CHECK_SIZEOF('void*', define='SIZEOF_VOID_P')
 
     if conf.CONFIG_SET('HAVE_EPOLL_CREATE') and conf.CONFIG_SET('HAVE_SYS_EPOLL_H'):