-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert to 4-Nov to fix chrome compatibility
- Loading branch information
Showing
24 changed files
with
206 additions
and
733 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,13 @@ | ||
#ifndef COMMON_H | ||
#define COMMON_H | ||
|
||
#define PROXYBOUND_CONF_FILE_ENV_VAR "PROXYBOUND_CONF_FILE" | ||
#define PROXYBOUND_QUIET_MODE_ENV_VAR "PROXYBOUND_QUIET_MODE" | ||
#define PROXYBOUND_CONF_FILE "proxybound.conf" | ||
#define LOG_PREFIX "[proxybound] " | ||
#define LOG_PREFIX "[Proxybound] " | ||
#ifndef SYSCONFDIR | ||
#define SYSCONFDIR "/etc" | ||
#endif | ||
|
||
#include <stddef.h> | ||
|
||
char *get_config_path(char* default_path, char* pbuf, size_t bufsize); | ||
void pc_stringfromipv4(unsigned char *ip_buf_4_bytes, char *outbuf_16_bytes); | ||
|
||
//RcB: DEP "common.c" | ||
#endif | ||
//RcB: DEP "common.c" |
Oops, something went wrong.