Code

contrib/liboping.spec: Added example spec file.
[liboping.git] / src / oping.h
index 2ffdf1f8f48bb355fccbc5c4106bdfdbf45a5900..276c3db66d1c7fe80dd94f64d889b3a8928bdaed 100644 (file)
 # include <config.h>
 #endif
 
-#if HAVE_STDLIB_H
-# include <stdlib.h>
-#endif
-#if HAVE_UNISTD_H
-# include <unistd.h>
-#endif
-#if HAVE_SYS_TYPES_H
-# include <sys/types.h>
-#endif
-#if HAVE_SYS_SOCKET_H
-# include <sys/socket.h>
-#endif
+#include <stdlib.h>
+#include <unistd.h>
+#include <sys/types.h>
+#include <sys/socket.h>
 
 #ifdef __cplusplus
 extern "C" {
 #endif
 
-#define OPING_VERSION 1002000
+#define OPING_VERSION 1003003
 
 /*
  * Type definitions