X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=lib%2Fgetopt.h;h=237cbae541e716ea046fc55c35b1362014dada87;hb=d7f5d470dfb9aba383bbf06ea53010c08a4f9b0d;hp=56fe3bf481f9b5b128443fbeb06a1c17e6b3b66f;hpb=bf2e821a55d8aa3de1cda7288a0e22883110fdc6;p=fio.git diff --git a/lib/getopt.h b/lib/getopt.h index 56fe3bf4..237cbae5 100644 --- a/lib/getopt.h +++ b/lib/getopt.h @@ -1,8 +1,8 @@ -#ifndef _AIX +#if !(defined(_AIX) || defined(__hpux)) #include -#else /* _AIX */ +#else /* _AIX || __hpux */ #ifndef _GETOPT_H #define _GETOPT_H @@ -23,4 +23,4 @@ enum { int getopt_long_only(int, char *const *, const char *, const struct option *, int *); #endif /* _GETOPT_H */ -#endif /* _AIX */ +#endif /* _AIX || __hpux */