Subversion Repositories RepoView

Rev

Rev 38 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 38 Rev 43
Line 1... Line 1...
1
/*
1
/*
2
 * $Id: config.h.tmpl 38 2024-08-22 03:08:03Z nishi $
2
 * $Id: config.h.tmpl 43 2024-08-22 05:51:35Z nishi $
3
 *
3
 *
4
 * This is the config.h template.
4
 * This is the config.h template.
5
 */
5
 */
6
 
6
 
7
#ifndef __CONFIG_H__
7
#ifndef __CONFIG_H__
Line 78... Line 78...
78
#define APACHE_AUTHZ 		"/www/authz"
78
#define APACHE_AUTHZ 		"/www/authz"
79
 
79
 
80
/* Avatar filesystem root. */
80
/* Avatar filesystem root. */
81
#define AVATAR_ROOT		"/www/avatar"
81
#define AVATAR_ROOT		"/www/avatar"
82
 
82
 
-
 
83
/* Bio root. */
-
 
84
#define BIO_ROOT		"/www/bio"
-
 
85
 
83
/* Subversion root on the HTTP. */
86
/* Subversion root on the HTTP. */
84
#define WWW_SVN_ROOT		"/svn/"
87
#define WWW_SVN_ROOT		"/svn/"
85
 
88
 
86
/* Avatar root on the HTTP. */
89
/* Avatar root on the HTTP. */
87
#define WWW_AVATAR_ROOT		"/avatar/"
90
#define WWW_AVATAR_ROOT		"/avatar/"