diff options
Diffstat (limited to 'ext/mysqlnd/mysqlnd_portability.h')
| -rw-r--r-- | ext/mysqlnd/mysqlnd_portability.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/ext/mysqlnd/mysqlnd_portability.h b/ext/mysqlnd/mysqlnd_portability.h index 6816a8af3a..7736ae9fa8 100644 --- a/ext/mysqlnd/mysqlnd_portability.h +++ b/ext/mysqlnd/mysqlnd_portability.h @@ -49,13 +49,7 @@ This file is public domain and comes with NO WARRANTY of any kind */ #define _LONG_LONG 1 /* For AIX string library */ #endif - /* Go around some bugs in different OS and compilers */ -#if defined(_HPUX_SOURCE) && defined(HAVE_SYS_STREAM_H) -#include <sys/stream.h> /* HPUX 10.20 defines ulong here. UGLY !!! */ -#define HAVE_ULONG -#endif - #if SIZEOF_LONG_LONG > 4 #define HAVE_LONG_LONG 1 |
