X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=lib%2Fgetopt.h;h=84272c0c8c288a3d0e5e8a6c2ce493d78c583999;hp=237cbae541e716ea046fc55c35b1362014dada87;hb=67bf982340d95ca98098ea050b54b4c7adb116c0;hpb=78c1111eacdb594e0488d5adc508091fc2a3af88 diff --git a/lib/getopt.h b/lib/getopt.h index 237cbae5..84272c0c 100644 --- a/lib/getopt.h +++ b/lib/getopt.h @@ -1,8 +1,8 @@ -#if !(defined(_AIX) || defined(__hpux)) +#ifndef CONFIG_GETOPT_LONG_ONLY #include -#else /* _AIX || __hpux */ +#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 || __hpux */ +#endif +#endif