From da3902745ed9b96b7ac3327ea31d8e111554924d Mon Sep 17 00:00:00 2001 From: Kai Blin Date: Sun, 21 Mar 2010 12:12:54 +0100 Subject: build: check size of dev_t, ino_t and time_t --- lib/replace/wscript | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/replace/wscript b/lib/replace/wscript index 023c60da3f..e67045745a 100644 --- a/lib/replace/wscript +++ b/lib/replace/wscript @@ -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'): -- cgit