diff options
Diffstat (limited to 'autogen/config.in')
-rw-r--r-- | autogen/config.in | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/autogen/config.in b/autogen/config.in index 7f50d0b89c1..ae328125605 100644 --- a/autogen/config.in +++ b/autogen/config.in @@ -78,7 +78,8 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ /* Define to the options passed to configure. */ #undef EMACS_CONFIG_OPTIONS -/* Enable expensive run-time checking of data types? */ +/* Define to 1 if expensive run-time data type and consistency checks are + enabled. */ #undef ENABLE_CHECKING /* Define to 1 if futimesat mishandles a NULL file name. */ @@ -108,6 +109,9 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ declaration of the second argument to gettimeofday. */ #undef GETTIMEOFDAY_TIMEZONE +/* Define this to enable glyphs debugging code. */ +#undef GLYPH_DEBUG + /* Define to a C preprocessor expression that evaluates to 1 or 0, depending whether the gnulib module fscanf shall be considered present. */ #undef GNULIB_FSCANF |