Main Page | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members | Related Pages | Examples

bayonnewindows.h

Go to the documentation of this file.
00001 #ifndef CCXX_BAYONNEWINDOWS_H_
00002 #define CCXX_BAYONNEWINDOWS_H_
00003 
00004 #define DLL_SERVER
00005 
00006 /* Enable ODBC support... */
00007 #define HAVE_SQL_H
00008 
00009 /* These represent things that can be configured by hand at compile time.  This is used
00010    in place of the runtime autoconf generated header for w32 native builds. */
00011 
00012 /* has tgi support */
00013 /* #undef HAVE_TGI */
00014 
00015 /* bayonne multinode services */
00016 /* #undef NODE_SERVICES */
00017 
00018 /* Name of package */
00019 #define PACKAGE "bayonne"
00020 
00021 /* bayonne scheduler services */
00022 #define SCHEDULER_SERVICES 1
00023 
00024 /* Version number of package */
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

Generated on Tue Sep 13 02:19:08 2005 for Bayonne by  doxygen 1.4.4