diff options
| author | Bruce Momjian | 1999-07-19 02:27:16 +0000 |
|---|---|---|
| committer | Bruce Momjian | 1999-07-19 02:27:16 +0000 |
| commit | e44c93180172b892993fcb77370c5546606b34ab (patch) | |
| tree | c6096c88d9320a3b7be2d7a645577966253046a6 /src/include | |
| parent | 677028177e231ca8dce4c237a026e3d3b58cb314 (diff) | |
Re-add getopt.h check, remove NT-specific tests for it.
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/config.h.in | 3 | ||||
| -rw-r--r-- | src/include/port/win32.h | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/src/include/config.h.in b/src/include/config.h.in index fb1d566a09e..e7ae8b302b6 100644 --- a/src/include/config.h.in +++ b/src/include/config.h.in @@ -235,6 +235,9 @@ /* Set to 1 if you have <fp_class.h> */ #undef HAVE_FP_CLASS_H +/* Set to 1 if you have <getopt.h> */ +#undef HAVE_GETOPT_H + /* Set to 1 if you have <history.h> */ #undef HAVE_HISTORY_H diff --git a/src/include/port/win32.h b/src/include/port/win32.h index d343f606924..7e21816b2b6 100644 --- a/src/include/port/win32.h +++ b/src/include/port/win32.h @@ -1,6 +1,5 @@ #define JMP_BUF #define NEED_SIG_JMP -#define NO_UNISTD_H #define USES_WINSOCK #define NOFILE 100 #ifndef MAXPATHLEN |
