diff options
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | include/config.h | 7 |
2 files changed, 1 insertions, 7 deletions
diff --git a/.gitignore b/.gitignore index 8bba76a..7ab317c 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ compile_commands.json obj/ .cache/ config.mk +include/config.h diff --git a/include/config.h b/include/config.h deleted file mode 100644 index 91077a4..0000000 --- a/include/config.h +++ /dev/null @@ -1,7 +0,0 @@ -#ifndef __LIBHTTPC_CONFIG_H__ -#define __LIBHTTPC_CONFIG_H__ - - -#define LibHTTPC_SOCK - -#endif |