Loading src/config-win32.h +3 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,9 @@ /* Define if you have the <io.h> header file. */ #define HAVE_IO_H 1 /* Define if you have the <limits.h> header file */ #define HAVE_LIMITS_H 1 /* Define if you have the strdup function. */ #define HAVE_STRDUP 1 Loading src/main.c +4 −0 Original line number Diff line number Diff line Loading @@ -88,6 +88,10 @@ #endif #ifdef HAVE_LIMITS_H #include <limits.h> #endif #ifdef HAVE_SYS_POLL_H #include <sys/poll.h> #endif Loading src/setup.h +1 −0 Original line number Diff line number Diff line Loading @@ -92,6 +92,7 @@ int fileno( FILE *stream); #ifdef word #undef word #endif #define HAVE_LIMITS_H /* we have limits.h */ #define DIR_CHAR "/" #define DOT_CHAR "_" #else Loading Loading
src/config-win32.h +3 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,9 @@ /* Define if you have the <io.h> header file. */ #define HAVE_IO_H 1 /* Define if you have the <limits.h> header file */ #define HAVE_LIMITS_H 1 /* Define if you have the strdup function. */ #define HAVE_STRDUP 1 Loading
src/main.c +4 −0 Original line number Diff line number Diff line Loading @@ -88,6 +88,10 @@ #endif #ifdef HAVE_LIMITS_H #include <limits.h> #endif #ifdef HAVE_SYS_POLL_H #include <sys/poll.h> #endif Loading
src/setup.h +1 −0 Original line number Diff line number Diff line Loading @@ -92,6 +92,7 @@ int fileno( FILE *stream); #ifdef word #undef word #endif #define HAVE_LIMITS_H /* we have limits.h */ #define DIR_CHAR "/" #define DOT_CHAR "_" #else Loading