diff --git a/src/common.h b/src/common.h index 156ef45..a4d9d98 100644 --- a/src/common.h +++ b/src/common.h @@ -2,7 +2,12 @@ #define PROXYCHAINS_QUIET_MODE_ENV_VAR "PROXYCHAINS_QUIET_MODE" #define PROXYCHAINS_CONF_FILE "proxychains.conf" #define LOG_PREFIX "[proxychains] " +#ifndef SYSCONFDIR +#define SYSCONFDIR "/etc" +#endif #include -char *get_config_path(char* default_path, char* pbuf, size_t bufsize); \ No newline at end of file +char *get_config_path(char* default_path, char* pbuf, size_t bufsize); + +//RcB: DEP "common.c" \ No newline at end of file