Commit ce2d84ce authored by unknown's avatar unknown

updated with HAV_ symbols in ndb_global

parent 806a06fd
...@@ -7,13 +7,24 @@ ...@@ -7,13 +7,24 @@
#include <m_ctype.h> #include <m_ctype.h>
#include <ndb_types.h> #include <ndb_types.h>
#include <ctype.h> #include <ctype.h>
#ifdef HAVE_STDARG_H
#include <stdarg.h> #include <stdarg.h>
#endif
#ifdef TIME_WITH_SYS_TIME
#include <time.h> #include <time.h>
#endif
#ifdef HAVE_FCNTL_H
#include <fcntl.h> #include <fcntl.h>
#endif
#include <sys/param.h> #include <sys/param.h>
#ifdef HAVE_SYS_STAT_H
#include <sys/stat.h> #include <sys/stat.h>
#endif
#ifndef NDB_MACOSX #include <sys/resource.h>
#ifdef HAVE_SYS_WAIT_H
#include <sys/wait.h>
#endif
#ifdef HAVE_SYS_MMAN_H
#include <sys/mman.h> #include <sys/mman.h>
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment