Subversion Repositories RepoView

Rev

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

Rev 8 Rev 10
Line 1... Line 1...
1
/* $Id: check.c 8 2024-08-21 01:18:45Z nishi $ */
1
/* $Id: check.c 10 2024-08-21 02:13:48Z nishi $ */
2
 
2
 
3
#include "config.h"
3
#include "config.h"
4
 
4
 
5
#include <stdio.h>
5
#include <stdio.h>
6
 
6
 
Line 81... Line 81...
81
#endif
81
#endif
82
#ifndef APACHE_AUTHZ
82
#ifndef APACHE_AUTHZ
83
	fprintf(stderr, "Apache authz file is not set.\n");
83
	fprintf(stderr, "Apache authz file is not set.\n");
84
	st = 1;
84
	st = 1;
85
#endif
85
#endif
-
 
86
#ifndef REPO_USER_DELIM
-
 
87
	fprintf(stderr, "Repo/User delimeter is not set.\n");
-
 
88
	st = 1;
-
 
89
#endif
86
	return st;
90
	return st;
87
}
91
}
88
 
92
 
89
int main() {
93
int main() {
90
	int st;
94
	int st;