summaryrefslogtreecommitdiff
path: root/ext/mysqlnd/mysqlnd_portability.h
diff options
context:
space:
mode:
authorAndrey Hristov <andrey@php.net>2007-07-26 14:40:18 +0000
committerAndrey Hristov <andrey@php.net>2007-07-26 14:40:18 +0000
commit2a80356a52696c0de77acfae5de55148db247038 (patch)
treec2bb2195bc2d7822306cf5469ca4d85f27402580 /ext/mysqlnd/mysqlnd_portability.h
parent931c9a055623314f15ea5e48923a718d6e4f05c1 (diff)
downloadphp-git-2a80356a52696c0de77acfae5de55148db247038.tar.gz
Return to previous code
Diffstat (limited to 'ext/mysqlnd/mysqlnd_portability.h')
-rw-r--r--ext/mysqlnd/mysqlnd_portability.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mysqlnd/mysqlnd_portability.h b/ext/mysqlnd/mysqlnd_portability.h
index 9af94a9c40..42e47897b2 100644
--- a/ext/mysqlnd/mysqlnd_portability.h
+++ b/ext/mysqlnd/mysqlnd_portability.h
@@ -124,7 +124,7 @@ typedef unsigned long uint32;
error "Neither int or long is of 4 bytes width"
#endif
-#if (SIZEOF_ULONG == 0) && !defined(__USE_MISC) && !defined(ulong)
+#if !defined(HAVE_ULONG) && !defined(__USE_MISC) && !defined(ulong)
typedef unsigned long ulong; /* Short for unsigned long */
#endif
#ifndef longlong_defined