From a6c2a568c1be2d2b945aae8fefb1eb0cc51e2e3b Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 5 Oct 1998 09:01:49 +0000 Subject: test for creat64() (This used to be commit 8aa6c16eeb96d6a66a2946f5048126f175f9f609) --- source3/include/config.h.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source3/include/config.h.in') diff --git a/source3/include/config.h.in b/source3/include/config.h.in index b5c3fa7b26..930832a8bd 100644 --- a/source3/include/config.h.in +++ b/source3/include/config.h.in @@ -360,6 +360,9 @@ /* Define if you have the connect function. */ #undef HAVE_CONNECT +/* Define if you have the creat64 function. */ +#undef HAVE_CREAT64 + /* Define if you have the crypt function. */ #undef HAVE_CRYPT -- cgit