xref: /haiku/src/apps/poorman/libhttpd/version.h (revision 1e60bdeab63fa7a57bc9a55b032052e95a18bd2c)
1 /* version.h - version defines for thttpd and libhttpd */
2 
3 #ifndef _VERSION_H_
4 #define _VERSION_H_
5 
6 #define SERVER_SOFTWARE "Haiku/PoorMan"
7 #define SERVER_ADDRESS "http://www.haiku-os.org/"
8 
9 #endif /* _VERSION_H_ */
10