Subversion Repositories Tewi

Rev

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

Rev 128 Rev 129
Line 1... Line 1...
1
/* $Id: genconf.c 128 2024-09-23 10:19:19Z nishi $ */
1
/* $Id: genconf.c 129 2024-09-23 10:21:20Z nishi $ */
2
 
2
 
3
#include "../config.h"
3
#include "../config.h"
4
 
4
 
5
#include <stdio.h>
5
#include <stdio.h>
6
 
6
 
7
int main(int argc, char** argv){
7
int main(int argc, char** argv) {
8
	if(argc < 2){
8
	if(argc < 2) {
9
		return 1;
9
		return 1;
10
	}
10
	}
11
	printf("##\n");
11
	printf("##\n");
12
	printf("## tewi.conf -- Tewi HTTPd configuration file\n");
12
	printf("## tewi.conf -- Tewi HTTPd configuration file\n");
13
	printf("##\n");
13
	printf("##\n");