[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Devel] FT_CONFIG_OPTION_INCREMENTAL question
From: |
Werner LEMBERG |
Subject: |
[Devel] FT_CONFIG_OPTION_INCREMENTAL question |
Date: |
Mon, 21 Apr 2003 22:38:17 +0200 (CEST) |
In ftoption.h, there is the following line:
/* #define FT_CONFIG_OPTION_INCREMENTAL */
Shouldn't this rather be
#undef FT_CONFIG_OPTION_INCREMENTAL
(as it has been a few months ago)? Currently, the convention in
ftoption.h is that #define lines which are commented out will be
possibly overridden in a local configuration file, but
FT_CONFIG_OPTION_INCREMENTAL doesn't belong into this category IMHO.
Otherwise, a comment should be added.
Werner
- [Devel] FT_CONFIG_OPTION_INCREMENTAL question,
Werner LEMBERG <=