diff options
| author | Stelios Tsampas <loathingkernel@gmail.com> | 2017-07-31 16:14:45 +0300 |
|---|---|---|
| committer | Stelios Tsampas <loathingkernel@gmail.com> | 2017-07-31 16:15:15 +0300 |
| commit | 3912ad309e60ca9e97a72baa9a2e651c6a5ab198 (patch) | |
| tree | add0d8226bdbb187512bf1a62162453228417497 /config.h | |
| parent | 01f49908879197b1715483321a9490dd71c8874b (diff) | |
* Import CMake build system from codeplex
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config.h b/config.h new file mode 100644 index 00000000..8dd45eb3 --- /dev/null +++ b/config.h @@ -0,0 +1,2 @@ +#include <limits.h> +#define MAXPATHLEN PATH_MAX//4096 |
