1 /*
2  * Several additional includes and defines which we need only for the linux
3  * build
4  */
5 
6 #ifndef XPIRED_H
7 #define XPIRED_H
8 #endif
9 
10 #include<sys/stat.h>
11 #include<sys/types.h>
12 #include<unistd.h>
13 
14 #ifndef PREFIX
15 #define PREFIX "/usr/local"
16 #endif
17 
18 #ifndef SHARE_PREFIX
19 #define SHARE_PREFIX "/usr/local/share/xpired"
20 #endif
21 
22