summaryrefslogtreecommitdiff
path: root/src/include/getopt_long.h
Commit message (Collapse)AuthorAgeFilesLines
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
| | | | back-stamped for this.
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
|
* Some more missed copyright notices. Many of these look like theyTom Lane2005-01-011-2/+2
| | | | | should have been caught by the src/tools/copyright script ... why weren't they?
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
|
* Another pgindent run with updated typedefs.Bruce Momjian2003-08-081-4/+2
|
* Don't assume that struct option is available just because we can find aTom Lane2003-08-071-4/+19
| | | | | | | 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.
* pgindent run.Bruce Momjian2003-08-041-12/+12
|
* Use our own version of getopt_long() if the OS doesn't have one.Peter Eisentraut2003-01-061-0/+33