diff options
author | Norbert Preining <norbert@preining.info> | 2019-09-02 13:46:59 +0900 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2019-09-02 13:46:59 +0900 |
commit | e0c6872cf40896c7be36b11dcc744620f10adf1d (patch) | |
tree | 60335e10d2f4354b0674ec22d7b53f0f8abee672 /support/word2x/use_getopt.h |
Initial commit
Diffstat (limited to 'support/word2x/use_getopt.h')
-rw-r--r-- | support/word2x/use_getopt.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/support/word2x/use_getopt.h b/support/word2x/use_getopt.h new file mode 100644 index 0000000000..c7ef3387cb --- /dev/null +++ b/support/word2x/use_getopt.h @@ -0,0 +1,8 @@ +/* $Id: use_getopt.h,v 1.1 1997/04/07 17:27:21 dps Exp $ */ +#ifndef __USE_GETOPT_H__ +#define __USE_GETOPT_H__ + +#define getopt_long(a,b,c,d,e) getopt(a,b,c) +#define NO_LONG_OPTS 1 + +#endif /* __USE_GETOPT_H__ */ |