Added missing C decl macros for soap.h and srw.h.
[yaz-moved-to-github.git] / include / yaz / yconfig.h
index 788ad9f..5c995b4 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 1995-2003, Index Data.
+ * See the file LICENSE for details.
+ *
+ * $Id: yconfig.h,v 1.6 2003-02-18 14:28:52 adam Exp $
+ */
+
 #ifndef YCONFIG_H
 #define YCONFIG_H
 
@@ -9,6 +16,12 @@
 # endif
 #endif
 
+#ifndef WIN32
+# ifndef O_BINARY
+#  define O_BINARY 0
+# endif
+#endif
+
 #ifdef __cplusplus
 #define YAZ_BEGIN_CDECL extern "C" {
 #define YAZ_END_CDECL }