2 * Portions Copyright (c) 1987, 1993, 1994
3 * The Regents of the University of California. All rights reserved.
5 * Portions Copyright (c) 2003-2009, PostgreSQL Global Development Group
16 /* These are picked up from the system's getopt() facility. */
23 #ifndef HAVE_STRUCT_OPTION
34 #define required_argument 1
37 #ifndef HAVE_GETOPT_LONG
39 extern int getopt_long(int argc
, char *const argv
[],
40 const char *optstring
,
41 const struct option
* longopts
, int *longindex
);
44 #endif /* GETOPT_LONG_H */