1 
2 #ifndef __CONFIG_H__
3 #define __CONFIG_H__
4 
5 /* General project wide configuration */
6 
7 
8 /* Version of Argyll release */
9 
10 #define ARGYLL_VERSION 0x000503
11 #define ARGYLL_VERSION_STR "0.53"
12 
13 /* Maximum file path length */
14 #define MAXNAMEL 512
15 
16 #endif /* __CONFIG_H__ */
17