X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz%2Fyconfig.h;h=fbb6d48c2f47a5f0713413bef13dbee33c3add36;hb=4d531a1a9131d69c3b6c27fbac42837e22cff61c;hp=788ad9f3ab54ddcd765d070042a6d20602eece2e;hpb=19af2bd8dfd21731cc978beccd1346133d614c67;p=yaz-moved-to-github.git diff --git a/include/yaz/yconfig.h b/include/yaz/yconfig.h index 788ad9f..fbb6d48 100644 --- a/include/yaz/yconfig.h +++ b/include/yaz/yconfig.h @@ -1,3 +1,10 @@ +/* + * Copyright (c) 1995-2000, Index Data. + * See the file LICENSE for details. + * + * $Id: yconfig.h,v 1.5 2000-03-01 09:53:32 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 }