diff options
author | unknown <tomas@mc05.(none)> | 2004-05-11 14:31:43 +0200 |
---|---|---|
committer | unknown <tomas@mc05.(none)> | 2004-05-11 14:31:43 +0200 |
commit | ce2d84ce40571d7bdff9ed9d1237a78b66729e30 (patch) | |
tree | 5fc2dd12f883173b9d910c8da3187d8a76facb32 /ndb | |
parent | 806a06fdbdc19edd596a0b4c5ef54b1c546f5b20 (diff) | |
download | mariadb-git-ce2d84ce40571d7bdff9ed9d1237a78b66729e30.tar.gz |
updated with HAV_ symbols in ndb_global
Diffstat (limited to 'ndb')
-rw-r--r-- | ndb/include/ndb_global.h | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/ndb/include/ndb_global.h b/ndb/include/ndb_global.h index 028f1fdeea4..d79ffc07566 100644 --- a/ndb/include/ndb_global.h +++ b/ndb/include/ndb_global.h @@ -7,13 +7,24 @@ #include <m_ctype.h> #include <ndb_types.h> #include <ctype.h> +#ifdef HAVE_STDARG_H #include <stdarg.h> +#endif +#ifdef TIME_WITH_SYS_TIME #include <time.h> +#endif +#ifdef HAVE_FCNTL_H #include <fcntl.h> +#endif #include <sys/param.h> +#ifdef HAVE_SYS_STAT_H #include <sys/stat.h> - -#ifndef NDB_MACOSX +#endif +#include <sys/resource.h> +#ifdef HAVE_SYS_WAIT_H +#include <sys/wait.h> +#endif +#ifdef HAVE_SYS_MMAN_H #include <sys/mman.h> #endif |