File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / thttpd / version.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue Feb 21 17:21:13 2012 UTC (12 years, 3 months ago) by misho
Branches: thttpd, MAIN
CVS tags: v2_25b, HEAD
thttpd

    1: /* version.h - version defines for thttpd and libhttpd */
    2: 
    3: #ifndef _VERSION_H_
    4: #define _VERSION_H_
    5: 
    6: #define SERVER_SOFTWARE "thttpd/2.25b 29dec2003"
    7: #define SERVER_ADDRESS "http://www.acme.com/software/thttpd/"
    8: 
    9: #endif /* _VERSION_H_ */

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>