summaryrefslogtreecommitdiff
path: root/server-tools/instance-manager/priv.h
diff options
context:
space:
mode:
authorreggie@fedora.(none) <>2005-07-20 10:55:40 -0500
committerreggie@fedora.(none) <>2005-07-20 10:55:40 -0500
commitf3de5d6b69dfcd7025b8ce2c1fb5dd61efc6af66 (patch)
treefd59532b923e8ee6c5bb48afac93f8d93e48fec6 /server-tools/instance-manager/priv.h
parentf40ac0bb9915501f74964c9edcd57deaa241ee61 (diff)
downloadmariadb-git-f3de5d6b69dfcd7025b8ce2c1fb5dd61efc6af66.tar.gz
initial import of Windows port of IM.
Diffstat (limited to 'server-tools/instance-manager/priv.h')
-rw-r--r--server-tools/instance-manager/priv.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/server-tools/instance-manager/priv.h b/server-tools/instance-manager/priv.h
index decc3605dff..0f4c9be9a11 100644
--- a/server-tools/instance-manager/priv.h
+++ b/server-tools/instance-manager/priv.h
@@ -17,17 +17,23 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
#include <sys/types.h>
+#ifdef __WIN__
+#include "port.h"
+#else
#include <unistd.h>
+#endif
/* the pid of the manager process (of the signal thread on the LinuxThreads) */
extern pid_t manager_pid;
+#ifndef __WIN__
/*
This flag is set if mysqlmanager has detected that it is running on the
system using LinuxThreads
*/
extern bool linuxthreads;
+#endif
extern const char mysqlmanager_version[];
extern const int mysqlmanager_version_length;