diff options
author | unknown <monty@mysql.com> | 2004-05-28 11:02:34 +0300 |
---|---|---|
committer | unknown <monty@mysql.com> | 2004-05-28 11:02:34 +0300 |
commit | 25e83bb56c70736504a6de58d5b83490f7d5abe5 (patch) | |
tree | c10531b6c1501a975107ef4e3041b096b17c86e0 /include/my_global.h | |
parent | 2d8bcc20c58ddf743cf5bd2b0bc92cc005707aab (diff) | |
download | mariadb-git-25e83bb56c70736504a6de58d5b83490f7d5abe5.tar.gz |
Added option --config-extra-env to Do-compile
Build-tools/Do-compile:
Added option --config-extra-env
include/my_global.h:
Cleaned up comment to follow same indentation style as the rest of the code
Diffstat (limited to 'include/my_global.h')
-rw-r--r-- | include/my_global.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/include/my_global.h b/include/my_global.h index f3d39279b8d..b68eaf383a9 100644 --- a/include/my_global.h +++ b/include/my_global.h @@ -158,11 +158,11 @@ C_MODE_END #ifdef HAVE_BROKEN_SNPRINTF /* HPUX 10.20 don't have this defined */ #undef HAVE_SNPRINTF #endif -#ifdef HAVE_BROKEN_PREAD /* - These don't work on HP-UX 11.0 without - installing the kernel patch PHKL_20349 or - greater - */ +#ifdef HAVE_BROKEN_PREAD +/* + pread()/pwrite() are not 64 bit safe on HP-UX 11.0 without + installing the kernel patch PHKL_20349 or greater +*/ #undef HAVE_PREAD #undef HAVE_PWRITE #endif |