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

bayonnepaths.h

Go to the documentation of this file.
00001 /* Copyright (C) 2003-2004 Open Source Telecom Corporation.
00002  *
00003  * This program is free software; you can redistribute it and/or modify
00004  * it under the terms of the GNU General Public License as published by
00005  * the Free Software Foundation; either version 2 of the License, or
00006  * (at your option) any later version.
00007  *
00008  * This program is distributed in the hope that it will be useful,
00009  * but WITHOUT ANY WARRANTY; without even the implied warranty of
00010  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00011  * GNU General Public License for more details.
00012  *
00013  * You should have received a copy of the GNU General Public License
00014  * along with this program; if not, write to the Free Software
00015  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
00016  */
00017 
00018 #ifndef CCXX_BAYONNEPATHS_H_
00019 #define CCXX_BAYONNEPATHS_H_
00020 
00021 #define PATH_VARLIB_BAYONNE     "/var/lib/bayonne"
00022 #define PATH_VARLOG_BAYONNE     "/var/log/bayonne"
00023 #define PATH_VARRUN_BAYONNE     "/var/run/bayonne"
00024 #define PATH_VARTMP_BAYONNE     "/tmp"
00025 #define PATH_VARCACHE_BAYONNE   "/var/cache/bayonne"
00026 #define PATH_VARSPOOL_BAYONNE   "/var/spool/bayonne"
00027 #define PATH_LOCALSTATE_BAYONNE "/var"
00028 #define PATH_TMPFS_BAYONNE      "/tmp"
00029 
00030 #define PATH_LIBDIR_BAYONNE     "/usr/lib64/bayonne/20050116"
00031 #define PATH_BINDIR_BAYONNE     "/usr/lib64/bayonne/20050116"
00032 #define PATH_DATADIR_SCRIPTS    "/usr/share/bayonne"
00033 #define PATH_DATADIR_PROMPTS    "/usr/share/bayonne/sys"
00034 #define PATH_DATADIR_VOICES     "/usr/share/bayonne"
00035 #define PATH_DATADIR_LIBEXEC    "/usr/share/bayonne/libexec"
00036 #define PATH_DATADIR_INCLUDES   "/usr/share/bayonne/includes"
00037 
00038 #define PATH_KEYCONFDIR         "/etc/bayonne"
00039 #define PATH_SYSCONFDIR         "/etc/bayonne"
00040 #define PATH_SYSCONFIG          "/etc/sysconfig/bayonne"
00041 #define PATH_BTSLIBDIR          "/usr/lib64/bts"
00042 
00043 #define PATH_BIN_SOX            "/usr/bin/sox"
00044 #define PATH_BIN_SOXMIX         "/usr/bin/soxmix"
00045 #define PATH_BIN_BASH           "/bin/sh"
00046 
00047 #endif
00048 

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