/* $Id$ */ #ifndef __CONFIG_H__ #define __CONFIG_H__ /* HTML which gets shown on the main. */ #define MAIN_HTML "

Index

" /* Manual page root */ #define MANPAGE_DIR "/usr/share/man" #endif /* vim: syntax=c */