summaryrefslogtreecommitdiffstats
path: root/source/include/config.h.in
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-10-05 09:01:49 +0000
committerAndrew Tridgell <tridge@samba.org>1998-10-05 09:01:49 +0000
commit8aa6c16eeb96d6a66a2946f5048126f175f9f609 (patch)
tree1997d2931a01849ae88d7d6a1d42dceae26ada56 /source/include/config.h.in
parent4379f0fe48a40e1ff6b343bbcff542efbda1f4f8 (diff)
downloadsamba-8aa6c16eeb96d6a66a2946f5048126f175f9f609.tar.gz
samba-8aa6c16eeb96d6a66a2946f5048126f175f9f609.tar.xz
samba-8aa6c16eeb96d6a66a2946f5048126f175f9f609.zip
test for creat64()
Diffstat (limited to 'source/include/config.h.in')
-rw-r--r--source/include/config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/include/config.h.in b/source/include/config.h.in
index b5c3fa7b269..930832a8bd5 100644
--- a/source/include/config.h.in
+++ b/source/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