HP-UX's X/Open network library requirement check follow-up
This commit is contained in:
parent
8119379d4f
commit
4dbc7850bd
@ -169,7 +169,7 @@ int main (void)
|
|||||||
{
|
{
|
||||||
#if defined(__hpux) && defined(_XOPEN_SOURCE) && defined(_XOPEN_SOURCE >= 600)
|
#if defined(__hpux) && defined(_XOPEN_SOURCE) && defined(_XOPEN_SOURCE >= 600)
|
||||||
return 0;
|
return 0;
|
||||||
#if defined(__hpux) && defined(_XOPEN_SOURCE) && defined(_XOPEN_SOURCE_EXTENDED)
|
#elif defined(__hpux) && defined(_XOPEN_SOURCE_EXTENDED)
|
||||||
return 0;
|
return 0;
|
||||||
#else
|
#else
|
||||||
force compilation error
|
force compilation error
|
||||||
|
@ -147,7 +147,7 @@ int main (void)
|
|||||||
{
|
{
|
||||||
#if defined(__hpux) && defined(_XOPEN_SOURCE) && defined(_XOPEN_SOURCE >= 600)
|
#if defined(__hpux) && defined(_XOPEN_SOURCE) && defined(_XOPEN_SOURCE >= 600)
|
||||||
return 0;
|
return 0;
|
||||||
#if defined(__hpux) && defined(_XOPEN_SOURCE) && defined(_XOPEN_SOURCE_EXTENDED)
|
#elif defined(__hpux) && defined(_XOPEN_SOURCE_EXTENDED)
|
||||||
return 0;
|
return 0;
|
||||||
#else
|
#else
|
||||||
force compilation error
|
force compilation error
|
||||||
|
Loading…
x
Reference in New Issue
Block a user