Subversion Repositories RepoView

Rev

Rev 37 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 37 Rev 38
Line 1... Line 1...
1
/*
1
/*
2
 * $Id: config.h.tmpl 37 2024-08-22 03:02:58Z nishi $
2
 * $Id: config.h.tmpl 38 2024-08-22 03:08:03Z 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 75... Line 75...
75
#define APACHE_PASSWD		"/www/passwd"
75
#define APACHE_PASSWD		"/www/passwd"
76
 
76
 
77
/* Apache authz file. */
77
/* Apache authz file. */
78
#define APACHE_AUTHZ 		"/www/authz"
78
#define APACHE_AUTHZ 		"/www/authz"
79
 
79
 
-
 
80
/* Avatar filesystem root. */
-
 
81
#define AVATAR_ROOT		"/www/avatar"
-
 
82
 
80
/* Subversion root on the HTTP. */
83
/* Subversion root on the HTTP. */
81
#define WWW_SVN_ROOT		"/svn/"
84
#define WWW_SVN_ROOT		"/svn/"
82
 
85
 
-
 
86
/* Avatar root on the HTTP. */
-
 
87
#define WWW_AVATAR_ROOT		"/avatar/"
-
 
88
 
83
#endif
89
#endif
84
 
90
 
85
/*
91
/*
86
vim: syntax=c
92
vim: syntax=c
87
*/
93
*/