diff options
author | Glenn Morris <rgm@gnu.org> | 2012-06-28 06:17:30 -0400 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2012-06-28 06:17:30 -0400 |
commit | 7ee3791f5b55b455a133f930040061f8a7032401 (patch) | |
tree | 419511142c097e93f785e95bea2c67f24b22ae9d /autogen/config.in | |
parent | 0e711109c1eaaa52aa3fcf57054ecb442f504200 (diff) | |
download | emacs-7ee3791f5b55b455a133f930040061f8a7032401.tar.gz |
Auto-commit of generated files.
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 |