Initial HP-UX port
[fio.git] / lib / getopt.h
index 56fe3bf481f9b5b128443fbeb06a1c17e6b3b66f..0dd4608cd8a6bbd671631db8cb6e7a4a0c721d23 100644 (file)
@@ -1,4 +1,5 @@
 #ifndef _AIX
+#ifndef __hpux
 
 #include <getopt.h>
 
@@ -23,4 +24,5 @@ enum {
 int getopt_long_only(int, char *const *, const char *, const struct option *, int *);
 
 #endif /* _GETOPT_H */
+#endif /* __hpux */
 #endif /* _AIX */