1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

New "Instance Manager" code:

Rename "port.h" to "portability.h" to avoid conflict with system header file name,
and include the file in "Makefile.am".
This commit is contained in:
joerg@mysql.com
2005-08-05 20:44:52 +02:00
parent 23603ca7cb
commit 294aa66d92
12 changed files with 15 additions and 14 deletions

View File

@ -19,7 +19,7 @@
#include <my_global.h>
#include <my_sys.h>
#include "parse.h"
#include "port.h"
#include "portability.h"
#ifdef __GNUC__
#pragma interface