Branch and cache miss speedups
[fio.git] / lib / getopt.h
index 56fe3bf481f9b5b128443fbeb06a1c17e6b3b66f..bc8a2684495cf4cafa692dea4f11597823347ecf 100644 (file)
@@ -1,8 +1,8 @@
-#ifndef _AIX
+#ifdef CONFIG_GETOPT_LONG_ONLY
 
 #include <getopt.h>
 
-#else /* _AIX */
+#else
 
 #ifndef _GETOPT_H
 #define _GETOPT_H
@@ -22,5 +22,5 @@ enum {
 
 int getopt_long_only(int, char *const *, const char *, const struct option *, int *);
 
-#endif /* _GETOPT_H */
-#endif /* _AIX */
+#endif
+#endif