summaryrefslogtreecommitdiff
path: root/support/word2x/use_getopt.h
diff options
context:
space:
mode:
Diffstat (limited to 'support/word2x/use_getopt.h')
-rw-r--r--support/word2x/use_getopt.h8
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__ */