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

Massive commits for SunOS4 port.

This commit is contained in:
Tatsuo Ishii
2001-02-27 08:13:31 +00:00
parent 919ace07d5
commit df247b821d
15 changed files with 339 additions and 148 deletions

View File

@@ -8,6 +8,9 @@
#ifdef HAVE_GETOPT_H
#include "getopt.h"
#else
extern char *optarg;
extern int optind, opterr, optopt;
#endif
#include "extern.h"