diff options
author | miau <miaukatzemiau@priveasy.de> | 2011-07-11 11:24:52 (GMT) |
---|---|---|
committer | miau <miaukatzemiau@priveasy.de> | 2011-07-11 11:24:52 (GMT) |
commit | 635965049bfd8172adae73557c17cd19f6ea5964 (patch) | |
tree | 699a14c4c1b1897254d6f92d97f663b1d41f8cc9 /src/common.h | |
parent | efaa21a4adc37dfa67b70926cc1b9b1d7ecc9768 (diff) |
corrected OpenWRT makefile
builds now when placed in backfire/package
untested if used with feeds
Diffstat (limited to 'src/common.h')
-rw-r--r-- | src/common.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/common.h b/src/common.h new file mode 100644 index 0000000..c64c764 --- /dev/null +++ b/src/common.h @@ -0,0 +1,8 @@ +#ifndef UDP_BROADCAST_COMMON +#define UDP_BROADCAST_COMMON + +#define SERVERPORT 4950 // the port users will be connecting to +#define SERVERPORT_S "4950" +#define MAXBUFLEN 100 + +#endif // UDP_BROADCAST_COMMON |