ext/socket/rubysocket.h: avoid the conflict of T_DATA definition in AIX
This commit is contained in:
parent
0e33028d69
commit
305c79af2f
@ -4,7 +4,7 @@
|
||||
#include "ruby/config.h"
|
||||
#include RUBY_EXTCONF_H
|
||||
|
||||
#ifdef __sun
|
||||
#if defined(__sun) || defined(_AIX)
|
||||
/* (Recent?) Solaris' <nfs/nfs.h> have conflicting definition of T_DATA. Let
|
||||
* us honour system definition by undefining ours.
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user