diff options
Diffstat (limited to 'odb/details/config.h')
-rw-r--r-- | odb/details/config.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/odb/details/config.h b/odb/details/config.h new file mode 100644 index 0000000..22318a7 --- /dev/null +++ b/odb/details/config.h @@ -0,0 +1,10 @@ +/* file : odb/details/config.h + * author : automatically generated + */ + +#ifndef ODB_DETAILS_CONFIG_H +#define ODB_DETAILS_CONFIG_H + +#define ODB_THREADS_POSIX 1 + +#endif /* ODB_DETAILS_CONFIG_H */ |