summaryrefslogtreecommitdiff
path: root/app/v3_c/src/myhttpd.h.in
diff options
context:
space:
mode:
authorLudovic Pouzenc <ludovic@pouzenc.fr>2011-01-22 17:14:23 +0000
committerLudovic Pouzenc <ludovic@pouzenc.fr>2011-01-22 17:14:23 +0000
commit97916409eb9cdaf9b4f6ed12a5693c5e6f3ee0d8 (patch)
tree71a42ed7468ee7724d2a6a9af3b372038da92957 /app/v3_c/src/myhttpd.h.in
parentcebbe1cd7fe8be10d51a1d8fc4007407b1ba77c7 (diff)
download2011-usi-97916409eb9cdaf9b4f6ed12a5693c5e6f3ee0d8.tar.gz
2011-usi-97916409eb9cdaf9b4f6ed12a5693c5e6f3ee0d8.tar.bz2
2011-usi-97916409eb9cdaf9b4f6ed12a5693c5e6f3ee0d8.zip
Version du C qui compile et qui accepte des clients
git-svn-id: file:///var/svn/2011-usi/trunk@11 db941bf7-0cb3-4dda-9634-87faf64f93a7
Diffstat (limited to 'app/v3_c/src/myhttpd.h.in')
-rw-r--r--app/v3_c/src/myhttpd.h.in3
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