Use our own version of getopt_long() if the OS doesn't have one.

Peter Eisentraut <peter_e@gmx.net>

Commit: 939a59ffc6c844e1697a1cc99f6a6b6c0fa09eb5
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2003-01-06T18:53:25Z
Releases: 7.4.1
Use our own version of getopt_long() if the OS doesn't have one.

Files

PathChange+/−
configure modified +3 −3
configure.in modified +3 −3
doc/src/sgml/ref/pg_dumpall.sgml modified +1 −5
doc/src/sgml/ref/pg_dump.sgml modified +1 −5
doc/src/sgml/ref/pg_restore.sgml modified +2 −2
doc/src/sgml/ref/psql-ref.sgml modified +1 −5
doc/src/sgml/release.sgml modified +2 −1
src/bin/pg_dump/pg_dumpall.c modified +6 −25
src/bin/pg_dump/pg_dump.c modified +11 −59
src/bin/pg_dump/pg_restore.c modified +8 −53
src/bin/psql/startup.c modified +8 −36
src/include/getopt_long.h added +33 −0
src/port/getopt.c modified +2 −3
src/port/getopt_long.c added +199 −0