2001-09-05 08:56:01 -07:00
|
|
|
/* unistd.h for Cygwin. */
|
|
|
|
|
|
|
|
#ifndef _UNISTD_H_
|
|
|
|
#define _UNISTD_H_
|
|
|
|
|
|
|
|
# include <sys/unistd.h>
|
2001-12-17 13:32:25 -08:00
|
|
|
# define __UNISTD_GETOPT__
|
2001-09-05 08:56:01 -07:00
|
|
|
# include <getopt.h>
|
2001-12-17 13:32:25 -08:00
|
|
|
# undef __UNISTD_GETOPT__
|
2001-09-05 08:56:01 -07:00
|
|
|
|
|
|
|
#endif /* _UNISTD_H_ */
|