Subversion Repositories Tewi

Rev

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

Rev 176 Rev 257
Line 1... Line 1...
1
/* $Id: genconf.c 176 2024-09-26 21:28:41Z nishi $ */
1
/* $Id: genconf.c 257 2024-10-04 05:34:27Z nishi $ */
2
 
2
 
3
#include "../config.h"
3
#include "../config.h"
4
 
4
 
5
#include <stdio.h>
5
#include <stdio.h>
6
 
6
 
Line 26... Line 26...
26
	printf("\n");
26
	printf("\n");
27
	printf("#SSLKey key.pem\n");
27
	printf("#SSLKey key.pem\n");
28
	printf("#SSLCertificate cert.pem\n");
28
	printf("#SSLCertificate cert.pem\n");
29
	printf("\n");
29
	printf("\n");
30
	printf("MIMEType all application/octet-stream\n");
30
	printf("MIMEType all application/octet-stream\n");
31
	printf("MIMEType .html text/html\n");
-
 
32
	printf("MIMEType .txt text/plain\n");
-
 
33
	printf("MIMEType .png image/png\n");
31
	printf("MIMEFile mime.types\n");
34
	printf("\n");
32
	printf("\n");
35
	printf("Icon all /icons/unknown.png\n");
33
	printf("Icon all /icons/unknown.png\n");
36
	printf("Icon text/* /icons/text.png\n");
34
	printf("Icon text/* /icons/text.png\n");
37
	printf("Icon image/* /icons/image.png\n");
35
	printf("Icon image/* /icons/image.png\n");
38
	printf("Icon misc/dir /icons/folder.png\n");
36
	printf("Icon misc/dir /icons/folder.png\n");