1
#ifndef _CHILON_CONFIG_HPP_
2
#define _CHILON_CONFIG_HPP_
3
4
#ifndef CHILON_POLL_TYPE
5
#define CHILON_POLL_TYPE @POLL_TYPE@
6
#endif 
7
8
#ifndef CHILON_FS_MONITOR_TYPE
9
#define CHILON_FS_MONITOR_TYPE @NOTIFY_TYPE@
10
#endif 
11
12
#endif