]> git.eshelyaron.com Git - emacs.git/commitdiff
* config.in: Regenerate.
authorJan Djärv <jan.h.d@swipnet.se>
Tue, 7 Dec 2004 08:28:17 +0000 (08:28 +0000)
committerJan Djärv <jan.h.d@swipnet.se>
Tue, 7 Dec 2004 08:28:17 +0000 (08:28 +0000)
src/ChangeLog
src/config.in

index b13e76966d4404e947476d577c2aa38420c4bb22..ae14af117da45d412d342aa4d21d3875de470501 100644 (file)
@@ -1,5 +1,7 @@
 2004-12-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
 
+       * config.in: Regenerate.
+
        * gtkutil.c: Include signal.h and syssignal.h.
        (xg_get_file_name): Block and unblock __SIGRTMIN if defined.
 
index 4419fa52ac890c031bde20a8fcc271465d34049a..0add6c42f6ee211bd93c46b9d7af57d901a74a80 100644 (file)
@@ -1,8 +1,7 @@
 /* src/config.in.  Generated from configure.in by autoheader.  */
 
 /* GNU Emacs site configuration template file.
-   Copyright (C) 1988, 1993, 1994, 1999, 2000, 2002, 2004
-             Free Software Foundation, Inc.
+   Copyright (C) 1988, 93, 94, 99, 2000, 2002 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
@@ -221,6 +220,9 @@ Boston, MA 02111-1307, USA.  */
 /* Define to 1 if using GTK. */
 #undef HAVE_GTK
 
+/* Define to 1 if you have GTK and pthread (-lpthread). */
+#undef HAVE_GTK_AND_PTHREAD
+
 /* Define to 1 if GTK has both file selection and chooser dialog. */
 #undef HAVE_GTK_FILE_BOTH
 
@@ -442,6 +444,9 @@ Boston, MA 02111-1307, USA.  */
 /* Define to 1 if you have the `pstat_getdynamic' function. */
 #undef HAVE_PSTAT_GETDYNAMIC
 
+/* Define to 1 if you have the <pthread.h> header file. */
+#undef HAVE_PTHREAD_H
+
 /* Define to 1 if you have the <pty.h> header file. */
 #undef HAVE_PTY_H
 
@@ -969,13 +974,7 @@ Boston, MA 02111-1307, USA.  */
 /* Tell regex.c to use a type compatible with Emacs.  */
 #define RE_TRANSLATE_TYPE Lisp_Object
 #define RE_TRANSLATE(TBL, C) CHAR_TABLE_TRANSLATE (TBL, C)
-#ifdef make_number
-/* If make_number is a macro, use it.  */
-#define RE_TRANSLATE_P(TBL) (!EQ (TBL, make_number (0)))
-#else
-/* If make_number is a function, avoid it.  */
-#define RE_TRANSLATE_P(TBL) (!(INTEGERP (TBL) && XINT (TBL) == 0))
-#endif
+#define RE_TRANSLATE_P(TBL) (XFASTINT (TBL) != 0)
 #endif
 
 /* Avoid link-time collision with system mktime if we will use our own.  */