1
0
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:
Bruce Momjian
1999-07-18 16:42:16 +00:00
parent 0858b06f16
commit 07262a2dfb
3 changed files with 0 additions and 10 deletions

View File

@ -4,9 +4,7 @@
#include "postgres.h"
#if HAVE_GETOPT_H
#include <getopt.h>
#else
#include <unistd.h>
extern int optind;
extern char *optarg;