Subversion Repositories RepoView

Rev

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

Rev 38 Rev 43
Line 1... Line 1...
1
/* $Id: check.c 38 2024-08-22 03:08:03Z nishi $ */
1
/* $Id: check.c 43 2024-08-22 05:51:35Z nishi $ */
2
 
2
 
3
#include "config.h"
3
#include "config.h"
4
 
4
 
5
#include <stdio.h>
5
#include <stdio.h>
6
 
6
 
Line 102... Line 102...
102
#endif
102
#endif
103
#if defined(USE_MYPAGE) && !defined(USE_AVATAR)
103
#if defined(USE_MYPAGE) && !defined(USE_AVATAR)
104
	fprintf(stderr, "USE_MYPAGE is defined, but USE_AVATAR is not defined.\n");
104
	fprintf(stderr, "USE_MYPAGE is defined, but USE_AVATAR is not defined.\n");
105
	st = 1;
105
	st = 1;
106
#endif
106
#endif
-
 
107
#if defined(USE_MYPAGE) && !defined(BIO_ROOT)
-
 
108
	fprintf(stderr, "USE_MYPAGE is defined, but BIO_ROOT is not defined.\n");
-
 
109
	st = 1;
-
 
110
#endif
107
	return st;
111
	return st;
108
}
112
}
109
 
113
 
110
int check_avatar(void) {
114
int check_avatar(void) {
111
	int st = 0;
115
	int st = 0;