ad
|
813b16106e
|
Pull in <sys/cdefs.h>, since we're using __BEGIN_DECLS/__END_DECLS.
|
2000-07-07 10:43:54 +00:00 |
christos
|
d99720e261
|
Include <unistd.h> to get the rest of the getopt goo.
|
2000-04-02 22:03:29 +00:00 |
christos
|
2effe6c79a
|
backout previous. the definition of struct option caused too many namespace
collisions. Instead, define getopt_long in getopt.h and getopt in unistd.h
where it belongs.
|
2000-04-02 06:32:41 +00:00 |
christos
|
a91d8b9ec7
|
Add getopt.h and collect all the getopt related stuff here.
Make unistd.h include <getopt.h> to get the getopt stuff.
This adds support for getopt_long from Dieter Baron and Thomas Klausner.
|
2000-04-01 22:37:14 +00:00 |