/[emacs]/emacs/src/config.in
ViewVC logotype

Diff of /emacs/src/config.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.204 by rms, Thu Dec 2 23:43:51 2004 UTC revision 1.205 by jhd, Tue Dec 7 08:28:17 2004 UTC
# Line 1  Line 1 
1  /* src/config.in.  Generated from configure.in by autoheader.  */  /* src/config.in.  Generated from configure.in by autoheader.  */
2    
3  /* GNU Emacs site configuration template file.  /* GNU Emacs site configuration template file.
4     Copyright (C) 1988, 1993, 1994, 1999, 2000, 2002, 2004     Copyright (C) 1988, 93, 94, 99, 2000, 2002 Free Software Foundation, Inc.
              Free Software Foundation, Inc.  
5    
6  This file is part of GNU Emacs.  This file is part of GNU Emacs.
7    
# Line 221  Boston, MA 02111-1307, USA.  */ Line 220  Boston, MA 02111-1307, USA.  */
220  /* Define to 1 if using GTK. */  /* Define to 1 if using GTK. */
221  #undef HAVE_GTK  #undef HAVE_GTK
222    
223    /* Define to 1 if you have GTK and pthread (-lpthread). */
224    #undef HAVE_GTK_AND_PTHREAD
225    
226  /* Define to 1 if GTK has both file selection and chooser dialog. */  /* Define to 1 if GTK has both file selection and chooser dialog. */
227  #undef HAVE_GTK_FILE_BOTH  #undef HAVE_GTK_FILE_BOTH
228    
# Line 442  Boston, MA 02111-1307, USA.  */ Line 444  Boston, MA 02111-1307, USA.  */
444  /* Define to 1 if you have the `pstat_getdynamic' function. */  /* Define to 1 if you have the `pstat_getdynamic' function. */
445  #undef HAVE_PSTAT_GETDYNAMIC  #undef HAVE_PSTAT_GETDYNAMIC
446    
447    /* Define to 1 if you have the <pthread.h> header file. */
448    #undef HAVE_PTHREAD_H
449    
450  /* Define to 1 if you have the <pty.h> header file. */  /* Define to 1 if you have the <pty.h> header file. */
451  #undef HAVE_PTY_H  #undef HAVE_PTY_H
452    
# Line 969  Boston, MA 02111-1307, USA.  */ Line 974  Boston, MA 02111-1307, USA.  */
974  /* Tell regex.c to use a type compatible with Emacs.  */  /* Tell regex.c to use a type compatible with Emacs.  */
975  #define RE_TRANSLATE_TYPE Lisp_Object  #define RE_TRANSLATE_TYPE Lisp_Object
976  #define RE_TRANSLATE(TBL, C) CHAR_TABLE_TRANSLATE (TBL, C)  #define RE_TRANSLATE(TBL, C) CHAR_TABLE_TRANSLATE (TBL, C)
977  #ifdef make_number  #define RE_TRANSLATE_P(TBL) (XFASTINT (TBL) != 0)
 /* 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  
978  #endif  #endif
979    
980  /* Avoid link-time collision with system mktime if we will use our own.  */  /* Avoid link-time collision with system mktime if we will use our own.  */

Legend:
Removed from v.1.204  
changed lines
  Added in v.1.205

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26