This website requires JavaScript.
Explore
Help
Sign in
mirror
/
mariadb
Watch
1
Star
0
Fork
You've already forked mariadb
0
mirror of
https://github.com/MariaDB/server.git
synced
2025-01-18 04:53:01 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
8acd0fa422
mariadb
/
include
/
help_end.h
8 lines
93 B
C
Raw
Normal View
History
Unescape
Escape
Added patches from Novell Build-tools/Do-compile: Fixed indentation configure.in: Added patches from Novell Added C_EXTRA_FLAGS as an easy way to pass flags to both CFLAGS and CXXFLAGS extra/perror.c: Fixed error number reporting to not report 'Unknown error' include/my_global.h: Defines to make NETWARE patches cleaner include/thr_alarm.h: Fixed wrong macro netware/mysql_install_db.c: Indentation fix
2004-05-25 21:00:14 +02:00
#
ifdef __NETWARE__
#
undef printf
#
undef puts
#
undef fputs
A patch for Netware.
2005-01-13 18:24:54 +01:00
#
undef fputc
Added patches from Novell Build-tools/Do-compile: Fixed indentation configure.in: Added patches from Novell Added C_EXTRA_FLAGS as an easy way to pass flags to both CFLAGS and CXXFLAGS extra/perror.c: Fixed error number reporting to not report 'Unknown error' include/my_global.h: Defines to make NETWARE patches cleaner include/thr_alarm.h: Fixed wrong macro netware/mysql_install_db.c: Indentation fix
2004-05-25 21:00:14 +02:00
#
undef putchar
#
endif
Reference in a new issue
Copy permalink