dav/scfg.h

changeset 789
378b5ab86f77
parent 778
bf53db813cc9
equal deleted inserted replaced
788:9b9420041d8e 789:378b5ab86f77
30 #define SCFG_H 30 #define SCFG_H
31 31
32 #include <cx/string.h> 32 #include <cx/string.h>
33 #include <stdbool.h> 33 #include <stdbool.h>
34 #include <libidav/webdav.h> 34 #include <libidav/webdav.h>
35
36 #ifdef _WIN32
37 #include "pcreposix.h"
38 #else
35 #include <regex.h> 39 #include <regex.h>
40 #endif
36 41
37 #include "db.h" 42 #include "db.h"
38 #include "tags.h" 43 #include "tags.h"
39 44
40 #ifdef __cplusplus 45 #ifdef __cplusplus

mercurial