Check for config.h (currently not generated).
[yaz-moved-to-github.git] / include / yaz / yconfig.h
1 #ifndef YCONFIG_H
2 #define YCONFIG_H
3
4 #ifndef YAZ_EXPORT
5 # ifdef WIN32
6 #  define YAZ_EXPORT __declspec(dllexport)
7 # else
8 #  define YAZ_EXPORT
9 # endif
10 #endif
11
12 #ifdef __cplusplus
13 #define YAZ_BEGIN_CDECL extern "C" {
14 #define YAZ_END_CDECL }
15 #else
16 #define YAZ_BEGIN_CDECL 
17 #define YAZ_END_CDECL 
18 #endif
19
20 #endif