Added central config file.
[yaz-moved-to-github.git] / include / yconfig.h
1 #ifndef YCONFIG_H
2 #define YCONFIG_H
3
4 #ifdef WINDOWS
5 #define MDF pascal
6 #else
7 #ifndef MDF
8 #define MDF
9 #endif
10 #endif
11
12 #endif