summaryrefslogtreecommitdiff
path: root/app/v3_c/src/myhttpd.h.in
blob: ce022b805e26a545e66d11deccb187195613f04e (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef MYHTTPD_H
#define MYHTTPD_H

#define MYHTTPD_VERSION_MAJOR @NetLemmings_VERSION_MAJOR@
#define MYHTTPD_VERSION_MINOR @NetLemmings_VERSION_MINOR@

#define LISTEN_PORT 8080
#define LISTEN_BACKLOG 5

#endif