OSDN Git Service

Don't assume that struct option is available just because we can find a
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 7 Aug 2003 21:11:58 +0000 (21:11 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 7 Aug 2003 21:11:58 +0000 (21:11 +0000)
commit33ab177a56b6fe751e70123cf1aa80448d9ca253
treeb86c64fe688b1f4d383e57b836514ec7c1ee1e96
parentfea2ffa7d8ac6c3bf773247f7aa0a1f5fea653f7
Don't assume that struct option is available just because we can find a
getopt_long().  This is more or less the same problem as we saw earlier
with getaddrinfo() and struct addrinfo, and for the same reason: random
user-added libraries might contain the subroutine, but there's no
guarantee we will find the matching header files.
configure
configure.in
contrib/pg_autovacuum/pg_autovacuum.h
contrib/pg_dumplo/main.c
src/bin/pg_dump/pg_dump.c
src/bin/pg_dump/pg_dumpall.c
src/bin/pg_dump/pg_restore.c
src/bin/psql/startup.c
src/bin/scripts/common.h
src/include/getopt_long.h
src/include/pg_config.h.in