diff options
author | unknown <tim@black.box> | 2001-10-09 18:11:44 -0400 |
---|---|---|
committer | unknown <tim@black.box> | 2001-10-09 18:11:44 -0400 |
commit | 0cbaff7b752c186de851bc5f512a43ac8b4dd19d (patch) | |
tree | 305dc7d1714dcdcdf3f64ca1e68570c5d11ee6b8 /include | |
parent | 7291568c0f6f79cd2cee369314fca0024af5dafd (diff) | |
download | mariadb-git-0cbaff7b752c186de851bc5f512a43ac8b4dd19d.tar.gz |
Add --without-isam configure switch.
Portability fix for mysqlmanager.
acconfig.h:
Add HAVE_ISAM
acinclude.m4:
Add --without-isam configure switch.
configure.in:
Add --without-isam configure switch.
include/my_global.h:
remove #define HAVE_ISAM
libmysqld/examples/test-run:
pass --language option to embedded server
sql/Makefile.am:
use @isam_libs@ instead of hard-coded values
tools/mysqlmanager.c:
#include <signal.h> for portability
Diffstat (limited to 'include')
-rw-r--r-- | include/my_global.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/my_global.h b/include/my_global.h index 5fc575f7ada..09956254ac4 100644 --- a/include/my_global.h +++ b/include/my_global.h @@ -453,7 +453,6 @@ typedef SOCKET_SIZE_TYPE size_socket; /* Some things that this system doesn't have */ #define ONLY_OWN_DATABASES /* We are using only databases by monty */ -#define HAVE_ISAM /* TO BE DELETED */ #define NO_HASH /* Not needed anymore */ #ifdef __WIN__ #define NO_DIR_LIBRARY /* Not standar dir-library */ |