Skip to content

Commit

Permalink
Gisle Vanem updated the code for win32 and djgpp builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
bagder committed Jan 14, 2004
1 parent f1da9e5 commit c3614fa
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/config-win32.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 4 additions & 0 deletions src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,10 @@

#endif

#ifdef HAVE_LIMITS_H
#include <limits.h>
#endif

#ifdef HAVE_SYS_POLL_H
#include <sys/poll.h>
#endif
Expand Down
1 change: 1 addition & 0 deletions src/setup.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c3614fa

Please sign in to comment.