emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/config.in


From: Jan Djärv
Subject: [Emacs-diffs] Changes to emacs/src/config.in
Date: Tue, 07 Dec 2004 03:51:38 -0500

Index: emacs/src/config.in
diff -c emacs/src/config.in:1.204 emacs/src/config.in:1.205
*** emacs/src/config.in:1.204   Thu Dec  2 23:43:51 2004
--- emacs/src/config.in Tue Dec  7 08:28:17 2004
***************
*** 1,8 ****
  /* 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.
  
  This file is part of GNU Emacs.
  
--- 1,7 ----
  /* src/config.in.  Generated from configure.in by autoheader.  */
  
  /* GNU Emacs site configuration template file.
!    Copyright (C) 1988, 93, 94, 99, 2000, 2002 Free Software Foundation, Inc.
  
  This file is part of GNU Emacs.
  
***************
*** 221,226 ****
--- 220,228 ----
  /* 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,447 ****
--- 444,452 ----
  /* 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,981 ****
  /* 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
  #endif
  
  /* Avoid link-time collision with system mktime if we will use our own.  */
--- 974,980 ----
  /* 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)
! #define RE_TRANSLATE_P(TBL) (XFASTINT (TBL) != 0)
  #endif
  
  /* Avoid link-time collision with system mktime if we will use our own.  */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]