From ba009e820e0f659d5c6cabe3daac89edc994cfc7 Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 7 Nov 2005 17:15:23 +0100 Subject: some small changes to help get 5.1 compiling cleanly on Windows and with Visual C++ 2005 --- sql/unireg.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sql/unireg.h') diff --git a/sql/unireg.h b/sql/unireg.h index 2f1d3c2082d..d613392f831 100644 --- a/sql/unireg.h +++ b/sql/unireg.h @@ -36,6 +36,9 @@ #ifndef SHAREDIR #define SHAREDIR "share/" #endif +#ifndef LIBDIR +#define LIBDIR "lib/" +#endif #define ER(X) errmesg[(X) - ER_ERROR_FIRST] #define ER_SAFE(X) (((X) >= ER_ERROR_FIRST && (X) <= ER_ERROR_LAST) ? ER(X) : "Invalid error code") -- cgit v1.2.1