diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/config.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h index ddbd399..91077a4 100644 --- a/include/config.h +++ b/include/config.h @@ -1 +1,7 @@ +#ifndef __LIBHTTPC_CONFIG_H__ +#define __LIBHTTPC_CONFIG_H__ + + #define LibHTTPC_SOCK + +#endif |