mirror of
https://git.freebsd.org/ports.git
synced 2025-05-16 01:01:49 -04:00
PR: ports/200631 Submitted by: Walter Hop Security: VuXML: bd1ab7a5-0e01-11e5-9976-a0f3c100ae18
20 lines
563 B
C
20 lines
563 B
C
--- include/platform.h.orig 2008-03-17 12:57:01 UTC
|
|
+++ include/platform.h
|
|
@@ -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 */
|