diff options
Diffstat (limited to 'misc/par/patches/patch-ae')
-rw-r--r-- | misc/par/patches/patch-ae | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/misc/par/patches/patch-ae b/misc/par/patches/patch-ae new file mode 100644 index 00000000000..663cd566693 --- /dev/null +++ b/misc/par/patches/patch-ae @@ -0,0 +1,47 @@ +$NetBSD: patch-ae,v 1.1.1.1 2002/01/04 19:53:07 fredb Exp $ + +--- arena.h.in.orig Sun Mar 8 11:35:06 1998 ++++ arena.h.in Thu Feb 10 05:20:53 2000 +@@ -62,6 +64,9 @@ + # define LIBWWW_TRACE_MASK SHOW_ALL_TRACE + #endif + ++ /* Needed to unset HTDEBUG in HTUtils.h */ ++# define NODEBUG 1 ++ + /* Persistent cache location. + * If defined as "" (i.e. null), then NO Caching will be done... + * Then the defaults will be taken from Xdefaults or ARENA_DEFAULT_CACHE_ROOT +@@ -267,9 +272,9 @@ + # define ARENA_FLYBY_HINT 1 + # define ARENA_FLYBY_TERSE 2 + # define ARENA_FLYBY_VERBOSE 3 +-# define ARENA_FLYBY_HOW_MUCH ARENA_FLYBY_HINT ++# define ARENA_FLYBY_HOW_MUCH ARENA_FLYBY_VERBOSE + +-# define ARENA_FLYBY_TIMER_INCREMENT 2 ++# define ARENA_FLYBY_TIMER_INCREMENT 0 + #endif + + +@@ -445,6 +450,20 @@ + */ + #ifndef HAVE_STRSTR + # undef HAVE_STRSTR ++#endif ++ ++/* Define the HAVE_SETITIMER preprocessor variable, ++ * if you have setitimer(). ++ */ ++#ifndef HAVE_SETITIMER ++# undef HAVE_SETITIMER ++#endif ++ ++/* Define the SETITIMER_USES_TIMEVAL preprocessor variable, ++ * if your setitimer() uses timevals (uS resolution). ++ */ ++#ifndef SETITIMER_USES_TIMEVAL ++# undef SETITIMER_USES_TIMEVAL + #endif + + |