diff options
Diffstat (limited to 'app/v3_c/src/myhttpd.h.in')
-rw-r--r-- | app/v3_c/src/myhttpd.h.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/app/v3_c/src/myhttpd.h.in b/app/v3_c/src/myhttpd.h.in new file mode 100644 index 0000000..ab0a40a --- /dev/null +++ b/app/v3_c/src/myhttpd.h.in @@ -0,0 +1,8 @@ +#ifndef MYHTTPD_H +#define MYHTTPD_H + +#define MYHTTPD_VERSION_MAJOR @NetLemmings_VERSION_MAJOR@ +#define MYHTTPD_VERSION_MINOR @NetLemmings_VERSION_MINOR@ + +#endif + |