getopts include? - Mailing list pgsql-hackers

From Magnus Hagander
Subject getopts include?
Date
Msg-id 51F537775B63D0119D8D00805FBEB256ECD9B7@venture.edu.sollentuna.se
Whole thread Raw
Responses Re: [HACKERS] getopts include?  (Bruce Momjian <maillist@candle.pha.pa.us>)
Re: [HACKERS] getopts include?  (Michael Meskes <meskes@online-club.de>)
List pgsql-hackers
Hello!

I've now got the psql program working on Win32 too (I think - I haven't
tested all that much, but it connects and runs easy queries).
In order to do this, I had to include getopt.c and getopt.h, since those do
not exist on Win32. Is it Ok to include these files in the general
distribution? (the version I have is GPL:ed, there might exist others? I
seem to recall some discussion about GPLed things included?)
Also, where should these go? Currently, I have them in bin/psql, but perhaps
they fit better in the "utils" directory?

I'll send in patches for psql as soon as this is cleared...

//Magnus

pgsql-hackers by date:

Previous
From: Oleg Bartunov
Date:
Subject: initdb problem with cvs
Next
From: David Hartwig
Date:
Subject: Re: [HACKERS] Rules for 6.4 finished