mirror of
https://github.com/postgres/postgres.git
synced 2025-11-07 19:06:32 +03:00
Remove getopt configure check.
This commit is contained in:
@@ -2,14 +2,11 @@
|
||||
/* (C) Michael Meskes <meskes@debian.org> Feb 5th, 1998 */
|
||||
/* Placed under the same copyright as PostgresSQL */
|
||||
|
||||
#include <unistd.h>
|
||||
#include "postgres.h"
|
||||
|
||||
#ifdef HAVE_GETOPT_H
|
||||
#include <getopt.h>
|
||||
#else
|
||||
#include <unistd.h>
|
||||
extern int optind;
|
||||
extern char *optarg;
|
||||
#ifdef __CYGWIN32__
|
||||
#include "getopt.h"
|
||||
#endif
|
||||
|
||||
#include "extern.h"
|
||||
|
||||
Reference in New Issue
Block a user