contrib/thttpd/config.h.patch

13 lines
372 B
Diff
Raw Normal View History

2006-11-14 00:01:22 +01:00
--- config.h.orig 2005-03-21 00:40:42.000000000 +1000
+++ config.h 2005-03-21 00:56:07.000000000 +1000
@@ -123,8 +123,8 @@
** You can also leave both options undefined, and thttpd will not do
** anything special about tildes. Enabling both options is an error.
*/
-#ifdef notdef
#define TILDE_MAP_1 "users"
+#ifdef notdef
#define TILDE_MAP_2 "public_html"
#endif