1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-07 19:06:32 +03:00

Re-add getopt.h check, remove NT-specific tests for it.

This commit is contained in:
Bruce Momjian
1999-07-19 02:27:16 +00:00
parent 677028177e
commit e44c931801
18 changed files with 92 additions and 107 deletions

View File

@@ -5,7 +5,7 @@
#include <unistd.h>
#include "postgres.h"
#ifdef __CYGWIN32__
#ifdef HAVE_GETOPT_H
#include "getopt.h"
#endif