s3 build: Remove unused fstat check to fix a bunch of HAVE_FSTAT warnings
authorTim Prouty <tprouty@samba.org>
Fri, 30 Jan 2009 21:53:33 +0000 (13:53 -0800)
committerTim Prouty <tprouty@samba.org>
Fri, 30 Jan 2009 22:41:07 +0000 (14:41 -0800)
lib/tdb/pytdb.c
source3/configure.in

index 60aae9fd867899532852af89ad44f8c9805d2345..159bc4dce5fa367005d07c76dcec98fd0a41d902 100644 (file)
 #define Py_RETURN_NONE return Py_INCREF(Py_None), Py_None
 #endif
 
-#ifdef HAVE_FSTAT
-#undef HAVE_FSTAT
-#endif
-
 /* Include tdb headers */
 #include <tdb.h>
 
index 3ae2c8c9d37350bd8dcd33e6289a38bbe74ddba8..615ab9e19ffcdb3ba9f36e2e7364920e0b272a53 100644 (file)
@@ -1027,7 +1027,7 @@ fi
 
 AC_CHECK_FUNCS(getcwd fchown chmod fchmod mknod mknod64)
 AC_CHECK_FUNCS(strtol)
-AC_CHECK_FUNCS(fstat strchr chflags)
+AC_CHECK_FUNCS(strchr chflags)
 AC_CHECK_FUNCS(getrlimit fsync fdatasync setpgid)
 AC_CHECK_FUNCS(setsid glob strpbrk crypt16 getauthuid)
 AC_CHECK_FUNCS(sigprocmask sigblock sigaction sigset innetgr setnetgrent getnetgrent endnetgrent)