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 /common.h | |
parent | efaa21a4adc37dfa67b70926cc1b9b1d7ecc9768 (diff) |
corrected OpenWRT makefile
builds now when placed in backfire/package
untested if used with feeds
Diffstat (limited to 'common.h')
-rw-r--r-- | common.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/common.h b/common.h deleted file mode 100644 index c64c764..0000000 --- a/common.h +++ /dev/null @@ -1,8 +0,0 @@ -#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 |