00001 #ifndef CCXX_BAYONNEWINDOWS_H_
00002 #define CCXX_BAYONNEWINDOWS_H_
00003
00004 #define DLL_SERVER
00005
00006
00007 #define HAVE_SQL_H
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019 #define PACKAGE "bayonne"
00020
00021
00022 #define SCHEDULER_SERVICES 1
00023
00024
00025 #define VERSION "1.9.0"
00026
00027 #define PATH_VARLIB_BAYONNE "../run"
00028 #define PATH_VARRUN_BAYONNE "../var/run"
00029 #define PATH_VARLOG_BAYONNE "../var/log"
00030 #define PATH_VARCACHE_BAYONNE "../var/cache"
00031 #define PATH_VARSPOOL_BAYONNE "../var/spool"
00032 #define PATH_LOCALSTATE_BAYONNE "../var"
00033 #define PATH_VARTMP_BAYONNE "../var/tmp"
00034 #define PATH_TMPFS_BAYONNE "../var/tmp"
00035
00036 #define PATH_DATADIR_SCRIPTS "../data/script"
00037 #define PATH_DATADIR_PROMPTS "../data/sys"
00038 #define PATH_DATADIR_VOICES "../data"
00039 #define PATH_DATADIR_LIBEXEC "../data/libexec"
00040 #define PATH_DATADIR_INCLUDES "../include/script"
00041
00042 #define PATH_LIBDIR_BAYONNE ".."
00043
00044 #endif