diff options
author | Andrew Tridgell <tridge@samba.org> | 1998-09-05 13:21:57 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1998-09-05 13:21:57 +0000 |
commit | 0cb85e04a974daf4442a7561931ff1be566a8410 (patch) | |
tree | a24dcd47d6f5f2f3dd4c6971543cddee2ca01720 /source3/include/config.h.in | |
parent | 012e575e1336fbba70174d32c26ecab9ce5523ce (diff) | |
download | samba-0cb85e04a974daf4442a7561931ff1be566a8410.tar.gz samba-0cb85e04a974daf4442a7561931ff1be566a8410.tar.bz2 samba-0cb85e04a974daf4442a7561931ff1be566a8410.zip |
some people are foolishly running ./configure from other than the
source directory! This adds a new "trivial" test that makes sure that
the autoconf tests are working. It aborts the configure run if not.
(This used to be commit ead0338ad27f29f1abbbe9f6302d6bf633bf98b2)
Diffstat (limited to 'source3/include/config.h.in')
-rw-r--r-- | source3/include/config.h.in | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/source3/include/config.h.in b/source3/include/config.h.in index e0bcbfe6f0..fc5dcd2c4e 100644 --- a/source3/include/config.h.in +++ b/source3/include/config.h.in @@ -59,9 +59,6 @@ #undef HAVE_ERRNO_DECL #undef HAVE_LONGLONG #undef HAVE_OFF64_T -#undef SIZEOF_OFF_T -#undef HAVE_INO64_T -#undef SIZEOF_INO_T #undef HAVE_REMSH #undef HAVE_UNSIGNED_CHAR #undef HAVE_UTIMBUF @@ -83,7 +80,6 @@ #undef HAVE_SHARED_MMAP #undef HAVE_SYSV_IPC #undef HAVE_FCNTL_LOCK -#undef HAVE_STRUCT_FLOCK64 #undef HAVE_FTRUNCATE_EXTEND #undef HAVE_TRAPDOOR_UID #undef HAVE_ROOT @@ -116,6 +112,10 @@ #undef HAVE_SETRESUID_DECL #undef HAVE_SETRESUID #undef WITH_NETATALK +#undef HAVE_INO64_T +#undef HAVE_STRUCT_FLOCK64 +#undef SIZEOF_INO_T +#undef SIZEOF_OFF_T /* The number of bytes in a int. */ #undef SIZEOF_INT @@ -156,24 +156,15 @@ /* Define if you have the fstat function. */ #undef HAVE_FSTAT +/* Define if you have the fstat64 function. */ +#undef HAVE_FSTAT64 + /* Define if you have the fsync function. */ #undef HAVE_FSYNC /* Define if you have the ftruncate function. */ #undef HAVE_FTRUNCATE -/* Define if you have the stat64 function. */ -#undef HAVE_STAT64 - -/* Define if you have the fstat64 function. */ -#undef HAVE_FSTAT64 - -/* Define if you have the lstat64 function. */ -#undef HAVE_LSTAT64 - -/* Define if you have the lseek64 function. */ -#undef HAVE_LSEEK64 - /* Define if you have the ftruncate64 function. */ #undef HAVE_FTRUNCATE64 @@ -210,6 +201,12 @@ /* Define if you have the innetgr function. */ #undef HAVE_INNETGR +/* Define if you have the lseek64 function. */ +#undef HAVE_LSEEK64 + +/* Define if you have the lstat64 function. */ +#undef HAVE_LSTAT64 + /* Define if you have the memmove function. */ #undef HAVE_MEMMOVE @@ -261,6 +258,9 @@ /* Define if you have the sigprocmask function. */ #undef HAVE_SIGPROCMASK +/* Define if you have the stat64 function. */ +#undef HAVE_STAT64 + /* Define if you have the strchr function. */ #undef HAVE_STRCHR @@ -324,18 +324,18 @@ /* Define if you have the <poll.h> header file. */ #undef HAVE_POLL_H -/* Define if you have the <rpc/types.h> header file. */ -#undef HAVE_RPC_TYPES_H - -/* Define if you have the <rpc/xdr.h> header file. */ -#undef HAVE_RPC_XDR_H - /* Define if you have the <rpc/auth.h> header file. */ #undef HAVE_RPC_AUTH_H /* Define if you have the <rpc/clnt.h> header file. */ #undef HAVE_RPC_CLNT_H +/* Define if you have the <rpc/types.h> header file. */ +#undef HAVE_RPC_TYPES_H + +/* Define if you have the <rpc/xdr.h> header file. */ +#undef HAVE_RPC_XDR_H + /* Define if you have the <rpcsvc/yp_prot.h> header file. */ #undef HAVE_RPCSVC_YP_PROT_H |