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