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: Thu, 26 Jun 2003 17:08:13 -0400

Index: emacs/src/config.in
diff -c emacs/src/config.in:1.187 emacs/src/config.in:1.188
*** emacs/src/config.in:1.187   Fri Jun  6 06:16:42 2003
--- emacs/src/config.in Thu Jun 26 17:08:13 2003
***************
*** 537,542 ****
--- 537,545 ----
  /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
  #undef HAVE_SYS_WAIT_H
  
+ /* Define to 1 if you have the <sys/_mbstate_t.h> header file. */
+ #undef HAVE_SYS__MBSTATE_T_H
+ 
  /* Define to 1 if you have the <termcap.h> header file. */
  #undef HAVE_TERMCAP_H
  
***************
*** 739,744 ****
--- 742,751 ----
  /* Define to 1 if using an X toolkit. */
  #undef USE_X_TOOLKIT
  
+ /* Define to the type of the 6th arg of XRegisterIMInstantiateCallback, either
+    XPointer or XPointer*. */
+ #undef XRegisterIMInstantiateCallback_arg6
+ 
  /* Define to 1 if on AIX 3.
     System headers sometimes define this.
     We just want to avoid a redefinition error message.  */
***************
*** 827,832 ****
--- 834,842 ----
  /* Turned on June 1996 supposing nobody will mind it.  */
  #define AMPERSAND_FULL_NAME
  
+ /* We have blockinput.h.  */
+ #define DO_BLOCK_INPUT
+ 
  /* Define HAVE_SOUND if we have sound support.  We know it works
     and compiles only on the specified platforms.   For others,
     it probably doesn't make sense to try.  */
***************
*** 902,907 ****
--- 912,919 ----
  #if ! HAVE_MKTIME || BROKEN_MKTIME
  #define mktime emacs_mktime
  #endif
+ 
+ #define my_strftime nstrftime /* for strftime.c */
  
  /* The rest of the code currently tests the CPP symbol BSTRING.
     Override any claims made by the system-description files.




reply via email to

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