X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=config.h.in;h=89d2d7b2929056e41706b19808664af0bdfaf04d;hb=be51a0b47ec4edacc689851a88ec6172737cb61c;hp=17394598df76734a2e50adce9fe2360246fc0458;hpb=32087c67d53a8f8058b359388f23e2dbc9436d54;p=debian%2Fcpmtools diff --git a/config.h.in b/config.h.in index 1739459..89d2d7b 100644 --- a/config.h.in +++ b/config.h.in @@ -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 @@ -18,10 +18,6 @@ #include #endif -#if HAVE_DMALLOC_H -#include -#endif - #if HAVE_LIMITS_H #include #endif @@ -52,3 +48,9 @@ #include +/* 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