summaryrefslogtreecommitdiff
path: root/mysql-test/my_manage.h
diff options
context:
space:
mode:
authorunknown <kent@mysql.com>2004-11-09 20:21:37 +0100
committerunknown <kent@mysql.com>2004-11-09 20:21:37 +0100
commitce8236432652333ed39a93f6646ff8d191fcf564 (patch)
treeff0380d17483371ebf03dabac7703f88e6370f6f /mysql-test/my_manage.h
parentcbd92676dd1a298d615132f48425daa418ee3a4c (diff)
downloadmariadb-git-ce8236432652333ed39a93f6646ff8d191fcf564.tar.gz
mysql_test_run_new.c, my_manage.h, my_manage.c:
Added Solaris compatibility mysql-test/my_manage.c: Added Solaris compatibility mysql-test/my_manage.h: Added Solaris compatibility mysql-test/mysql_test_run_new.c: Added Solaris compatibility
Diffstat (limited to 'mysql-test/my_manage.h')
-rw-r--r--mysql-test/my_manage.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/mysql-test/my_manage.h b/mysql-test/my_manage.h
index a61c693c22c..7e371d36ab1 100644
--- a/mysql-test/my_manage.h
+++ b/mysql-test/my_manage.h
@@ -52,8 +52,6 @@ int my_vsnprintf_(char *to, size_t n, const char* value, ...);
#define TRY_MAX 5
#ifdef __WIN__
-#define PATH_MAX _MAX_PATH
-#define NAME_MAX _MAX_FNAME
#define kill(A,B) TerminateProcess((HANDLE)A,0)
#define NOT_NEED_PID 0
#define MASTER_PID 1