New upstream version 2.20
[debian/cpmtools] / config.h.in
index 17394598df76734a2e50adce9fe2360246fc0458..89d2d7b2929056e41706b19808664af0bdfaf04d 100644 (file)
@@ -1,14 +1,14 @@
-
 #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
+#define NEED_NCURSES 0
+#define HAVE_NCURSES_NCURSES_H 0
 
 #if HAVE_SYS_STAT_H
 #include <sys/stat.h>
 #include <sys/types.h>
 #endif
 
-#if HAVE_DMALLOC_H
-#include <dmalloc.h>
-#endif
-
 #if HAVE_LIMITS_H
 #include <limits.h>
 #endif
@@ -52,3 +48,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