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

Remove HAVE_OPTARG per discussion in hackers list.

This commit is contained in:
Tatsuo Ishii
2001-03-01 05:05:29 +00:00
parent 7c5b2487b0
commit fa2e3cffd3
6 changed files with 141 additions and 172 deletions

View File

@@ -8,9 +8,6 @@
#ifdef HAVE_GETOPT_H
#include "getopt.h"
#else
extern char *optarg;
extern int optind, opterr, optopt;
#endif
#include "extern.h"
@@ -64,6 +61,9 @@ main(int argc, char *const argv[])
out_option = 0;
struct _include_path *ip;
extern int optind;
extern char *optarg;
add_include_path("/usr/include");
add_include_path(INCLUDE_PATH);
add_include_path("/usr/local/include");