diff options
author | Christian Hesse <mail@eworm.de> | 2013-10-28 15:09:28 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2013-10-28 15:09:28 +0100 |
commit | e597658d8ef03fb93c7e00a0c5b8662a04f46f2b (patch) | |
tree | 5feb4388ca07caac95c465e0158d3fdefc2b6bf7 /config.def.h | |
parent | a92315b25f5332e251a5d3bc19d46e9025a461ea (diff) | |
download | paccache-e597658d8ef03fb93c7e00a0c5b8662a04f46f2b.tar.gz paccache-e597658d8ef03fb93c7e00a0c5b8662a04f46f2b.tar.zst |
remove avahi resolver code, all we need is the browser
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/config.def.h b/config.def.h index bb29921..68405cb 100644 --- a/config.def.h +++ b/config.def.h @@ -24,8 +24,10 @@ #define PAGE404 "<html><head><title>404 Not Found</title>" \ "</head><body>404 Not Found: %s</body></html>" -/* the port pacredir listens to */ -#define PORT 7077 +/* the port pacredir, pacserve and pacdbserve listen to */ +#define PORT_PACREDIR 7077 +#define PORT_PACSERVE 7078 +#define PORT_PACDBSERVE 7079 /* avahi service names */ #define PACSERVE "_pacserve._tcp" |