diff options
author | Andrew Tridgell <tridge@samba.org> | 1998-10-05 09:01:49 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1998-10-05 09:01:49 +0000 |
commit | a6c2a568c1be2d2b945aae8fefb1eb0cc51e2e3b (patch) | |
tree | 07dac5beb5b7c5d89d14e578a0fb37387b9472dc /source3/include | |
parent | 61d8534d7cd274d521ee211ac927096a465a0551 (diff) | |
download | samba-a6c2a568c1be2d2b945aae8fefb1eb0cc51e2e3b.tar.gz samba-a6c2a568c1be2d2b945aae8fefb1eb0cc51e2e3b.tar.bz2 samba-a6c2a568c1be2d2b945aae8fefb1eb0cc51e2e3b.zip |
test for creat64()
(This used to be commit 8aa6c16eeb96d6a66a2946f5048126f175f9f609)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
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 |