repo.or.cz
/
haiku.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
vfs: check userland buffers before reading them.
[haiku.git]
/
src
/
apps
/
poorman
/
libhttpd
/
version.h
blob
e255bc3e55bdd7c2cfe60b148cbb4bf124fcfd35
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_ */