mirror of
https://github.com/postgres/postgres.git
synced 2025-07-12 21:01:52 +03:00
Update configure include checks.
This commit is contained in:
@ -4,9 +4,7 @@
|
||||
|
||||
#include "postgres.h"
|
||||
|
||||
#if HAVE_GETOPT_H
|
||||
#include <getopt.h>
|
||||
#else
|
||||
#include <unistd.h>
|
||||
extern int optind;
|
||||
extern char *optarg;
|
||||
|
Reference in New Issue
Block a user