summaryrefslogtreecommitdiff
path: root/include/my_global.h
diff options
context:
space:
mode:
authorunknown <monty@narttu.mysql.fi>2003-02-28 13:27:48 +0200
committerunknown <monty@narttu.mysql.fi>2003-02-28 13:27:48 +0200
commit352beccce6144db231222f32a38595798f77fbe1 (patch)
tree90e29150385d4d04e290de2925ed639e682d45a1 /include/my_global.h
parentea058779c18626533d349bdc4dfbd42b3380f01b (diff)
downloadmariadb-git-352beccce6144db231222f32a38595798f77fbe1.tar.gz
Portability fixes
include/config-win.h: Removed wrong ; include/my_global.h: Portability fix for AIX
Diffstat (limited to 'include/my_global.h')
-rw-r--r--include/my_global.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/my_global.h b/include/my_global.h
index 60fd8f162ae..f9ce10336d5 100644
--- a/include/my_global.h
+++ b/include/my_global.h
@@ -117,7 +117,7 @@
do the following:
*/
#if !defined(_XOPEN_SOURCE_EXTENDED) && ! defined(__cplusplus)
-#define _XOPEN_SOURCE_EXTENDED
+#define _XOPEN_SOURCE_EXTENDED 1
#endif
/* Fix type of socklen as this is depending on the above define */