Subversion Repositories IRCServ

Rev

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

Rev 6 Rev 7
Line 1... Line 1...
1
/* $Id: check.c 6 2024-08-25 19:00:39Z nishi $ */
1
/* $Id: check.c 7 2024-08-25 20:49:55Z nishi $ */
2
 
2
 
3
#include "config.h"
3
#include "config.h"
4
 
4
 
5
#include <string.h>
5
#include <string.h>
6
#include <stdio.h>
6
#include <stdio.h>
Line 63... Line 63...
63
#endif
63
#endif
64
#ifndef IRC_SERVICE
64
#ifndef IRC_SERVICE
65
	fprintf(stderr, "Set a service name\n");
65
	fprintf(stderr, "Set a service name\n");
66
	st = 1;
66
	st = 1;
67
#endif
67
#endif
-
 
68
#ifndef IRC_SERVICE_DESCRIPTION
-
 
69
	fprintf(stderr, "Set a service description\n");
-
 
70
	st = 1;
-
 
71
#endif
68
	return st;
72
	return st;
69
}
73
}
70
 
74
 
71
int main(int argc, char** argv) {
75
int main(int argc, char** argv) {
72
	if(argc == 1) {
76
	if(argc == 1) {