diff options
author | unknown <lenz@mysql.com> | 2002-10-24 14:30:25 +0200 |
---|---|---|
committer | unknown <lenz@mysql.com> | 2002-10-24 14:30:25 +0200 |
commit | 6f043c359cd6510057872e6e47fbb6ce8e591d1c (patch) | |
tree | 2f40701031727d38957abb36f9e566d09b47ec9f /acconfig.h | |
parent | 68a5932ab2b5e39858fa03934cbbe5c90042497e (diff) | |
download | mariadb-git-6f043c359cd6510057872e6e47fbb6ce8e591d1c.tar.gz |
- replaced all occurences of HPUX with HPUX10 (to be prepared for eventual
differences in HPUX11)
acconfig.h:
- fixed typo
configure.in:
- replaced HPUX -> HPUX10
- added -DHPUX11 (not being used yet) to hpux11 workarounds
include/my_global.h:
- replaced HPUX -> HPUX10
include/my_net.h:
- replaced HPUX -> HPUX10
include/my_pthread.h:
- replaced HPUX -> HPUX10
libmysql/libmysql.c:
- replaced HPUX -> HPUX10
mysys/my_append.c:
- replaced HPUX -> HPUX10
mysys/my_copy.c:
- replaced HPUX -> HPUX10
mysys/my_pthread.c:
- replaced HPUX -> HPUX10
mysys/my_redel.c:
- replaced HPUX -> HPUX10
mysys/thr_alarm.c:
- replaced HPUX -> HPUX10
sql/mini_client.cc:
- replaced HPUX -> HPUX10
sql/mysqld.cc:
- replaced HPUX -> HPUX10
strings/do_ctype.c:
- replaced HPUX -> HPUX10
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/acconfig.h b/acconfig.h index f52c38b2fdc..4b4fde6bff6 100644 --- a/acconfig.h +++ b/acconfig.h @@ -234,7 +234,7 @@ #undef SPRINTF_RETURNS_INT #undef SPRINTF_RETURNS_GARBAGE -/* Needed to get large file supportat HPUX 10.20 */ +/* Needed to get large file support on HPUX 10.20 */ #undef __STDC_EXT__ #undef STACK_DIRECTION |