summaryrefslogtreecommitdiff
path: root/app-text/htmltidy/files/htmltidy-20090325-tidyrc.patch
blob: 942a61e1464cdcb75f1000c279bcfe052bdae042 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Index: tidy-20090325/include/platform.h
===================================================================
--- tidy-20090325.orig/include/platform.h
+++ tidy-20090325/include/platform.h
@@ -24,7 +24,7 @@ extern "C" {
 */
 
 /* #define TIDY_CONFIG_FILE "/etc/tidy_config.txt" */ /* original */
-/* #define TIDY_CONFIG_FILE "/etc/tidyrc" */
+#define TIDY_CONFIG_FILE "/etc/tidyrc"
 /* #define TIDY_CONFIG_FILE "/etc/tidy.conf" */
 
 /*
@@ -33,7 +33,7 @@ extern "C" {
   It enables tidy to find config files named ~/.tidyrc if 
   the HTML_TIDY environment variable is not set.
 */
-/* #define TIDY_USER_CONFIG_FILE "~/.tidyrc" */
+#define TIDY_USER_CONFIG_FILE "~/.tidyrc"
 
 /*
   Uncomment the following #define if your
@@ -48,7 +48,7 @@ extern "C" {
   Contributed by Todd Lewis.
 */
 
-/* #define SUPPORT_GETPWNAM */
+#define SUPPORT_GETPWNAM
 
 
 /* Enable/disable support for Big5 and Shift_JIS character encodings */