Imported Upstream version 2.17
[debian/cpmtools] / config.h.in
index 17394598df76734a2e50adce9fe2360246fc0458..0e057156f821c33782cb342561db5769cbc90c51 100644 (file)
@@ -1,11 +1,9 @@
-
 #define HAVE_FCNTL_H 0
 #define HAVE_LIMITS_H 0
 #define HAVE_UNISTD_H 0
 #define HAVE_WINDOWS_H 0
 #define HAVE_WINIOCTL_H 0
 #define HAVE_LIBDSK_H 0
-#define HAVE_DMALLOC_H 0
 #define HAVE_SYS_TYPES_H 0
 #define HAVE_SYS_STAT_H 0
 #define HAVE_MODE_T 0
 #include <sys/types.h>
 #endif
 
-#if HAVE_DMALLOC_H
-#include <dmalloc.h>
-#endif
-
 #if HAVE_LIMITS_H
 #include <limits.h>
 #endif
@@ -52,3 +46,9 @@
 
 #include <time.h>
 
+/* Define either for large file support, if your OS needs them. */
+#undef _FILE_OFFSET_BITS
+#undef _LARGE_FILES
+
+/* Define if using dmalloc */
+#undef USE_DMALLOC