aboutsummaryrefslogtreecommitdiff
path: root/lib/config.dj
diff options
context:
space:
mode:
Diffstat (limited to 'lib/config.dj')
-rw-r--r--lib/config.dj10
1 files changed, 9 insertions, 1 deletions
diff --git a/lib/config.dj b/lib/config.dj
index 308e4368d..98154b147 100644
--- a/lib/config.dj
+++ b/lib/config.dj
@@ -25,10 +25,12 @@
#define HAVE_IO_H 1
#define HAVE_IOCTLSOCKET 1
#define HAVE_INET_PTON 1
+#define HAVE_LONGLONG 1
#define HAVE_MALLOC_H 1
#define HAVE_MEMORY_H 1
#define HAVE_NETDB_H 1
#define HAVE_NETINET_IN_H 1
+#define HAVE_NETINET_TCP_H 1
#define HAVE_NET_IF_H 1
#define HAVE_PERROR 1
#define HAVE_SELECT 1
@@ -38,12 +40,14 @@
#define HAVE_SIGACTION 1
#define HAVE_SIGSETJMP 1
#define HAVE_SOCKET 1
+#define HAVE_SPNEGO 1
#define HAVE_STRCASECMP 1
#define HAVE_STRDUP 1
#define HAVE_STRFTIME 1
#define HAVE_STRICMP 1
#define HAVE_STRSTR 1
#define HAVE_STRTOLL 1
+#define HAVE_SYS_IOCTL_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TYPES_H 1
@@ -53,9 +57,13 @@
#define HAVE_UNISTD_H 1
#define HAVE_VPRINTF 1
+#if (DJGPP_MINOR >= 4)
+#define HAVE_STRLCAT 1
+#endif
+
#define RETSIGTYPE void
#define SIZEOF_LONG_DOUBLE 16
-#define SIZEOF_LONG_LONG 8
+#define SIZEOF_CURL_OFF_T 4 /* no huge file support */
#define STDC_HEADERS 1
#define TIME_WITH_SYS_TIME 1