sys/sysctl.h has been deprecated
[awesomized/libmemcached] / clients / utilities.h
index da973b5f883fbc89da1c7bed04328dd2b5131a5d..a9f199d5e48115e13fb7cd817e02f81310615c0d 100644 (file)
 #include <libmemcached-1.0/memcached.h>
 #include "clients/client_options.h"
 
-#if TIME_WITH_SYS_TIME
+#if defined(HAVE_SYS_TIME_H)
 # include <sys/time.h>
+#endif
+
+#if defined(HAVE_TIME_H)
 # include <time.h>
-#else
-# if HAVE_SYS_TIME_H
-#  include <sys/time.h>
-# else
-#  include <time.h>
-# endif
 #endif
 
+
 #ifdef __sun
   /* For some odd reason the option struct on solaris defines the argument
    * as char* and not const char*