Go to the documentation of this file. 22 #ifndef AP_CONFIG_LAYOUT_H 23 #define AP_CONFIG_LAYOUT_H 26 #define DEFAULT_PREFIX "/usr/local/apache2" 27 #define DEFAULT_EXP_EXEC_PREFIX "/usr/local/apache2" 28 #define DEFAULT_REL_EXEC_PREFIX "" 29 #define DEFAULT_EXP_BINDIR "/usr/local/apache2/bin" 30 #define DEFAULT_REL_BINDIR "bin" 31 #define DEFAULT_EXP_SBINDIR "/usr/local/apache2/bin" 32 #define DEFAULT_REL_SBINDIR "bin" 33 #define DEFAULT_EXP_LIBEXECDIR "/usr/local/apache2/modules" 34 #define DEFAULT_REL_LIBEXECDIR "modules" 35 #define DEFAULT_EXP_MANDIR "/usr/local/apache2/man" 36 #define DEFAULT_REL_MANDIR "man" 37 #define DEFAULT_EXP_SYSCONFDIR "/usr/local/apache2/conf" 38 #define DEFAULT_REL_SYSCONFDIR "conf" 39 #define DEFAULT_EXP_DATADIR "/usr/local/apache2" 40 #define DEFAULT_REL_DATADIR "" 41 #define DEFAULT_EXP_INSTALLBUILDDIR "/usr/local/apache2/build" 42 #define DEFAULT_REL_INSTALLBUILDDIR "build" 43 #define DEFAULT_EXP_ERRORDIR "/usr/local/apache2/error" 44 #define DEFAULT_REL_ERRORDIR "error" 45 #define DEFAULT_EXP_ICONSDIR "/usr/local/apache2/icons" 46 #define DEFAULT_REL_ICONSDIR "icons" 47 #define DEFAULT_EXP_HTDOCSDIR "/usr/local/apache2/htdocs" 48 #define DEFAULT_REL_HTDOCSDIR "htdocs" 49 #define DEFAULT_EXP_MANUALDIR "/usr/local/apache2/manual" 50 #define DEFAULT_REL_MANUALDIR "manual" 51 #define DEFAULT_EXP_CGIDIR "/usr/local/apache2/cgi-bin" 52 #define DEFAULT_REL_CGIDIR "cgi-bin" 53 #define DEFAULT_EXP_INCLUDEDIR "/usr/local/apache2/include" 54 #define DEFAULT_REL_INCLUDEDIR "include" 55 #define DEFAULT_EXP_LOCALSTATEDIR "/usr/local/apache2" 56 #define DEFAULT_REL_LOCALSTATEDIR "" 57 #define DEFAULT_EXP_RUNTIMEDIR "/usr/local/apache2/logs" 58 #define DEFAULT_REL_RUNTIMEDIR "logs" 59 #define DEFAULT_EXP_LOGFILEDIR "/usr/local/apache2/logs" 60 #define DEFAULT_REL_LOGFILEDIR "logs" 61 #define DEFAULT_EXP_PROXYCACHEDIR "/usr/local/apache2/proxy" 62 #define DEFAULT_REL_PROXYCACHEDIR "proxy" 63 #define DEFAULT_EXP_STATEDIR "/usr/local/apache2/state" 64 #define DEFAULT_REL_STATEDIR "state"