#ifndef KMASTER_D_H
#define KMASTER_D_H

/* Version name and date */

#define NAME "KFortune"
#define CAPTION "KDE Fortune"
#include "config.h"
#define DATE "4/12/98"

/* These are the standard fortune data-files */

#define STD_BASE 11
#define BASE0 "art"
#define BASE1 "computers"
#define BASE2 "definitions"
#define BASE3 "drugs"
#define BASE4 "fortunes"
#define BASE5 "fortunes-o"
#define BASE6 "kde"
#define BASE7 "linuxcookie"
#define BASE8 "science"
#define BASE9 "startrek"
#define BASE10 "zippy"

/* This row indicates whether a database contains offensive fortunes or not */

#define LIST_OFFENSIVE "00000100000"

/* Used by cache-files */
#define CACHENUMBER 50

#endif

Documentation generated by root@ziep on Tue Dec 29 15:38:56 CET 1998