Changes to provide Especs to the backend.
[yaz-moved-to-github.git] / include / yconfig.h
1 #ifndef YCONFIG_H
2 #define YCONFIG_H
3
4 #include <dmalloc.h>
5
6 #ifdef WINDOWS
7 #define MDF
8 #else
9 #ifndef MDF
10 #define MDF
11 #endif
12 #endif
13
14 #endif