Loading lib/config-win32.h +6 −0 Original line number Diff line number Diff line Loading @@ -136,6 +136,12 @@ /* Define if you don't have vprintf but do have _doprnt. */ /* #define HAVE_DOPRNT 1 */ /* Define if you have the fflush function. */ #define HAVE_FFLUSH 1 /* Define if you have the fsync function. */ /* #define HAVE_FSYNC 1 */ /* Define if you have the gethostbyaddr function. */ #define HAVE_GETHOSTBYADDR 1 Loading lib/config-win32ce.h +8 −0 Original line number Diff line number Diff line Loading @@ -127,6 +127,14 @@ /* Define if you don't have vprintf but do have _doprnt. */ /* #define HAVE_DOPRNT 1 */ /* Define if you have the fflush function. */ #if defined(_WIN32_WCE) && (_WIN32_WCE >= 200) # define HAVE_FFLUSH 1 #endif /* Define if you have the fsync function. */ /* #define HAVE_FSYNC 1 */ /* Define if you have the gethostbyaddr function. */ #define HAVE_GETHOSTBYADDR 1 Loading src/config-win32.h +6 −0 Original line number Diff line number Diff line Loading @@ -75,6 +75,12 @@ /* Define if you have the setmode function. */ #define HAVE_SETMODE 1 /* Define if you have the fflush function. */ #define HAVE_FFLUSH 1 /* Define if you have the fsync function. */ /* #define HAVE_FSYNC 1 */ /* Define if you have the ftruncate function. */ #define HAVE_FTRUNCATE 1 Loading Loading
lib/config-win32.h +6 −0 Original line number Diff line number Diff line Loading @@ -136,6 +136,12 @@ /* Define if you don't have vprintf but do have _doprnt. */ /* #define HAVE_DOPRNT 1 */ /* Define if you have the fflush function. */ #define HAVE_FFLUSH 1 /* Define if you have the fsync function. */ /* #define HAVE_FSYNC 1 */ /* Define if you have the gethostbyaddr function. */ #define HAVE_GETHOSTBYADDR 1 Loading
lib/config-win32ce.h +8 −0 Original line number Diff line number Diff line Loading @@ -127,6 +127,14 @@ /* Define if you don't have vprintf but do have _doprnt. */ /* #define HAVE_DOPRNT 1 */ /* Define if you have the fflush function. */ #if defined(_WIN32_WCE) && (_WIN32_WCE >= 200) # define HAVE_FFLUSH 1 #endif /* Define if you have the fsync function. */ /* #define HAVE_FSYNC 1 */ /* Define if you have the gethostbyaddr function. */ #define HAVE_GETHOSTBYADDR 1 Loading
src/config-win32.h +6 −0 Original line number Diff line number Diff line Loading @@ -75,6 +75,12 @@ /* Define if you have the setmode function. */ #define HAVE_SETMODE 1 /* Define if you have the fflush function. */ #define HAVE_FFLUSH 1 /* Define if you have the fsync function. */ /* #define HAVE_FSYNC 1 */ /* Define if you have the ftruncate function. */ #define HAVE_FTRUNCATE 1 Loading