mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
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
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user