root/version.h

/* [previous][next][first][last][top][bottom][index][help] */

INCLUDED FROM


   1 /* version.h - version defines for xthttpd and libhttpd */
   2 
   3 #ifndef _VERSION_H_
   4 #define _VERSION_H_
   5 
   6 #define SERVER_SOFTWARE "xthttpd/2.37 21Nov2025"
   7 #define SERVER_ADDRESS "."
   8 
   9 #endif /* _VERSION_H_ */

/* [previous][next][first][last][top][bottom][index][help] */