Subversion Repositories RepoView

Rev

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

Rev 6 Rev 8
Line 46... Line 46...
46
#define DB_ROOT "/www/db"
46
#define DB_ROOT "/www/db"
47
 
47
 
48
/* Apache htpasswd file. */
48
/* Apache htpasswd file. */
49
#define APACHE_PASSWD "/www/passwd"
49
#define APACHE_PASSWD "/www/passwd"
50
 
50
 
-
 
51
/* Apache authz file. */
-
 
52
#define APACHE_AUTHZ "/www/authz"
-
 
53
 
51
#endif
54
#endif
52
 
55
 
53
/*
56
/*
54
vim: syntax=c
57
vim: syntax=c
55
*/
58
*/