1 2 3 4 5 6 7 8 9
/* version.h - version defines for thttpd and libhttpd */ #ifndef _VERSION_H_ #define _VERSION_H_ #define SERVER_SOFTWARE "thttpd/2.27 April 3, 2012" #define SERVER_ADDRESS "http://localhost" #endif /* _VERSION_H_ */