diff options
author | unknown <monty@narttu.mysql.fi> | 2003-02-28 13:27:48 +0200 |
---|---|---|
committer | unknown <monty@narttu.mysql.fi> | 2003-02-28 13:27:48 +0200 |
commit | 352beccce6144db231222f32a38595798f77fbe1 (patch) | |
tree | 90e29150385d4d04e290de2925ed639e682d45a1 /include/my_global.h | |
parent | ea058779c18626533d349bdc4dfbd42b3380f01b (diff) | |
download | mariadb-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.h | 2 |
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 */ |