Implemented data1_add_insert_taggeddata utility which is more flexible
[yaz-moved-to-github.git] / include / yconfig.h
index 879943b..c41e72e 100644 (file)
@@ -1,7 +1,46 @@
 #ifndef YCONFIG_H
 #define YCONFIG_H
 
-#include <dmalloc.h>
+/* System includes */
+
+#ifndef _VMS_
+
+#ifdef WINDOWS
+
+#ifdef YNETINCLUDE
+#include <winsock.h>
+#endif
+
+#else /* #ifdef WINDOWS */
+#include <sys/types.h>
+#include <sys/time.h>
+#include <sys/wait.h>
+
+#ifdef YNETINCLUDE
+#include <netinet/in.h>
+#include <sys/socket.h>
+#include <netdb.h>
+#include <arpa/inet.h>
+#endif
+
+#ifdef _AIX
+#include <sys/select.h>
+#endif
+
+#ifndef O_BINARY
+#define O_BINARY 0
+#endif
+
+#endif
+#endif /* ifndef _VMS_ */
+
+#ifndef YAZ_EXPORT
+#ifdef WINDOWS
+#define YAZ_EXPORT __declspec(dllexport)
+#else
+#define YAZ_EXPORT
+#endif
+#endif
 
 #ifdef WINDOWS
 #define MDF