~ubuntu-branches/ubuntu/vivid/tidy/vivid

« back to all changes in this revision

Viewing changes to debian/patches/02config_file.patch

  • Committer: Bazaar Package Importer
  • Author(s): Jason Thomas
  • Date: 2002-03-08 10:58:30 UTC
  • Revision ID: james.westby@ubuntu.com-20020308105830-he5azqenf1sq4jak
Tags: 20020301-1
* New upstream version.
* fix '--add-xml-decl yes --add-xml-space yes' crash bug
  thanks to  Cesar Eduardo Barros <cesarb@nitnet.com.br>
  and upstream.
  (closes: #137124)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
--- tidy-20020202.orig/include/platform.h       Mon Feb  4 18:33:20 2002
 
2
+++ tidy-20020202/include/platform.h    Mon Feb  4 18:33:44 2002
 
3
@@ -18,7 +18,7 @@
 
4
 
 
5
 /* #define CONFIG_FILE "/etc/tidy_config.txt" */ /* original */
 
6
 /* #define CONFIG_FILE "/etc/tidyrc" */
 
7
-/* #define CONFIG_FILE "/etc/tidy.conf" */
 
8
+#define CONFIG_FILE "/etc/tidy.conf"
 
9
 
 
10
 /*
 
11
   Uncomment the following #define if you are on a Unix system
 
12
@@ -28,7 +28,7 @@
 
13
   variable is not set. Contributed by Todd Lewis.
 
14
 */
 
15
 
 
16
-/* #define SUPPORT_GETPWNAM */
 
17
+#define SUPPORT_GETPWNAM
 
18
 
 
19
 /* Enable/disable support for Big5 and Shift_JIS character encodings */
 
20
 #ifndef SUPPORT_ASIAN_ENCODINGS