summaryrefslogtreecommitdiffstats
path: root/source/include
diff options
context:
space:
mode:
Diffstat (limited to 'source/include')
-rw-r--r--source/include/config.h.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/source/include/config.h.in b/source/include/config.h.in
index 393a0e679f1..8f4c0a7cd1b 100644
--- a/source/include/config.h.in
+++ b/source/include/config.h.in
@@ -143,6 +143,9 @@
#undef HAVE_GETSPNAM
#undef HAVE_BIGCRYPT
#undef HAVE_GETPRPWNAM
+#undef HAVE_FSTAT64
+#undef HAVE_LSTAT64
+#undef HAVE_STAT64
/* The number of bytes in a int. */
#undef SIZEOF_INT
@@ -408,6 +411,9 @@
/* Define if you have the fseek64 function. */
#undef HAVE_FSEEK64
+/* Define if you have the fseeko64 function. */
+#undef HAVE_FSEEKO64
+
/* Define if you have the fstat function. */
#undef HAVE_FSTAT
@@ -420,6 +426,9 @@
/* Define if you have the ftell64 function. */
#undef HAVE_FTELL64
+/* Define if you have the ftello64 function. */
+#undef HAVE_FTELLO64
+
/* Define if you have the ftruncate function. */
#undef HAVE_FTRUNCATE
@@ -573,6 +582,9 @@
/* Define if you have the stat64 function. */
#undef HAVE_STAT64
+/* Define if you have the strcasecmp function. */
+#undef HAVE_STRCASECMP
+
/* Define if you have the strchr function. */
#undef HAVE_STRCHR