blob: 50c8a5736dad2181cb6e94c75c435ef090a131a3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ab,v 1.1.1.1 2002/12/09 10:37:17 cjep Exp $
--- mime.c Tue Sep 17 13:40:18 2002
+++ mime.c.nb Wed Nov 20 17:40:00 2002
@@ -62,7 +62,7 @@
* You won't guess what these are for.
*/
static const char basetable[] = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ";
-static char *mimetypes_world = "/etc/mime.types";
+static char *mimetypes_world = MIMEPATH;
static char *mimetypes_user = "~/.mime.types";
char *us_ascii = "us-ascii";
|