summaryrefslogtreecommitdiff
path: root/autogen/config.in
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2012-06-14 06:17:26 -0400
committerGlenn Morris <rgm@gnu.org>2012-06-14 06:17:26 -0400
commitafd07e01e33de75733d2501c27bcc89b1ff4c54f (patch)
treeb6d169e115222769d692cc3c42b1fd3bbd075cbb /autogen/config.in
parente93864f9436cf1718bc9ae2c1b707e931f95c9df (diff)
downloademacs-afd07e01e33de75733d2501c27bcc89b1ff4c54f.tar.gz
Auto-commit of generated files.
Diffstat (limited to 'autogen/config.in')
-rw-r--r--autogen/config.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/autogen/config.in b/autogen/config.in
index 9cd48488f20..02d359653f4 100644
--- a/autogen/config.in
+++ b/autogen/config.in
@@ -55,6 +55,9 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
/* Define if Emacs cannot be dumped on your system. */
#undef CANNOT_DUMP
+/* Define this to enable compile time checks for the Lisp_Object data type. */
+#undef CHECK_LISP_OBJECT_TYPE
+
/* Define to one of '_getb67', 'GETB67', 'getb67' for Cray-2 and Cray-YMP
systems. This function is required for 'alloca.c' support on those systems.
*/
@@ -1091,9 +1094,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
/* Define to 1 if using GTK. */
#undef USE_GTK
-/* Define this to use a lisp union for the Lisp_Object data type. */
-#undef USE_LISP_UNION_TYPE
-
/* Define to 1 if using the Lucid X toolkit. */
#undef USE_LUCID