/* version.h - version defines for thttpd and libhttpd */ #ifndef _VERSION_H_ #define _VERSION_H_ #define SERVER_SOFTWARE "thttpd/2.27.0 Oct 3, 2014" #define SERVER_ADDRESS "http://localhost" #endif /* _VERSION_H_ */