7229282
--- Makefile.config.orig	2007-05-13 04:39:01.000000000 +0200
7229282
+++ Makefile.config	2007-06-06 23:47:04.000000000 +0200
0d2edc7
@@ -12,7 +12,7 @@
0d2edc7
 ### documentation ###
0d2edc7
 #####################
3f0506d
 # setting this to 1 makes the default docs dir include the current version no.
3f0506d
-DOCS_VERSION ?= 0
3f0506d
+DOCS_VERSION ?= 1
3f0506d
 
0d2edc7
 #the name of the default main-user-guide document
0d2edc7
 HELPDOC ?= USAGE
7229282
@@ -58,7 +58,7 @@
7229282
 # (volunteer needed to test and finalise)
7229282
 # portevent-usage (on solaris) is a TODO
7229282
 # (volunteer needed to work on that)
7229282
-WITH_KERNELFAM ?= 0
7229282
+WITH_KERNELFAM ?= 1
7229282
 
7229282
 # setting this to 1 provides support (on linux) for file-change monitoring
7229282
 # using inotify if that's available, or normal polling if not available
7229282
@@ -100,12 +100,12 @@
3f0506d
 
0d2edc7
 # setting this to 1 includes code (not much) that is applicable only
0d2edc7
 # to Gtk versions > 2.6, if the build-system has any such Gtk
3f0506d
-USE_LATEST ?= 0
3f0506d
+USE_LATEST ?= 1
3f0506d
 
da83e4f
 # setting this to 1 utilises replacement code for command execution. It's known
8272979
 # to work reasonably for some (most ?) OS's, but NOT for linux 2.4 (though it's
da83e4f
 # not fatal for that, just wasteful of CPU cycles)
da83e4f
-NEW_COMMAND ?= 0
da83e4f
+NEW_COMMAND ?= 1
da83e4f
 
7229282
 # setting this to 1 enables a thumbnail viewer plugin. This uses libgimpthumbnail
7229282
 # for managing thumbnail-file cacheing in accord with freedesktop.org specification.