diff options
Diffstat (limited to 'app/v3_c/src/myhttpd.h.in')
-rw-r--r-- | app/v3_c/src/myhttpd.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/v3_c/src/myhttpd.h.in b/app/v3_c/src/myhttpd.h.in index ab0a40a..ce022b8 100644 --- a/app/v3_c/src/myhttpd.h.in +++ b/app/v3_c/src/myhttpd.h.in @@ -4,5 +4,8 @@ #define MYHTTPD_VERSION_MAJOR @NetLemmings_VERSION_MAJOR@ #define MYHTTPD_VERSION_MINOR @NetLemmings_VERSION_MINOR@ +#define LISTEN_PORT 8080 +#define LISTEN_BACKLOG 5 + #endif |