comparison src/config.in @ 51663:067015689976

Add XRegisterIMInstantiateCallback_arg6 so it will be defined.
author Jan Djärv <jan.h.d@swipnet.se>
date Thu, 26 Jun 2003 21:08:13 +0000
parents 941614075c6a
children 06174ae76b5e
comparison
equal deleted inserted replaced
51662:170c13d98db5 51663:067015689976
534 /* Define to 1 if you have the <sys/vlimit.h> header file. */ 534 /* Define to 1 if you have the <sys/vlimit.h> header file. */
535 #undef HAVE_SYS_VLIMIT_H 535 #undef HAVE_SYS_VLIMIT_H
536 536
537 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */ 537 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
538 #undef HAVE_SYS_WAIT_H 538 #undef HAVE_SYS_WAIT_H
539
540 /* Define to 1 if you have the <sys/_mbstate_t.h> header file. */
541 #undef HAVE_SYS__MBSTATE_T_H
539 542
540 /* Define to 1 if you have the <termcap.h> header file. */ 543 /* Define to 1 if you have the <termcap.h> header file. */
541 #undef HAVE_TERMCAP_H 544 #undef HAVE_TERMCAP_H
542 545
543 /* Define to 1 if you have the <termios.h> header file. */ 546 /* Define to 1 if you have the <termios.h> header file. */
737 #undef USE_XIM 740 #undef USE_XIM
738 741
739 /* Define to 1 if using an X toolkit. */ 742 /* Define to 1 if using an X toolkit. */
740 #undef USE_X_TOOLKIT 743 #undef USE_X_TOOLKIT
741 744
745 /* Define to the type of the 6th arg of XRegisterIMInstantiateCallback, either
746 XPointer or XPointer*. */
747 #undef XRegisterIMInstantiateCallback_arg6
748
742 /* Define to 1 if on AIX 3. 749 /* Define to 1 if on AIX 3.
743 System headers sometimes define this. 750 System headers sometimes define this.
744 We just want to avoid a redefinition error message. */ 751 We just want to avoid a redefinition error message. */
745 #ifndef _ALL_SOURCE 752 #ifndef _ALL_SOURCE
746 # undef _ALL_SOURCE 753 # undef _ALL_SOURCE
824 831
825 /* Define AMPERSAND_FULL_NAME if you use the convention 832 /* Define AMPERSAND_FULL_NAME if you use the convention
826 that & in the full name stands for the login id. */ 833 that & in the full name stands for the login id. */
827 /* Turned on June 1996 supposing nobody will mind it. */ 834 /* Turned on June 1996 supposing nobody will mind it. */
828 #define AMPERSAND_FULL_NAME 835 #define AMPERSAND_FULL_NAME
836
837 /* We have blockinput.h. */
838 #define DO_BLOCK_INPUT
829 839
830 /* Define HAVE_SOUND if we have sound support. We know it works 840 /* Define HAVE_SOUND if we have sound support. We know it works
831 and compiles only on the specified platforms. For others, 841 and compiles only on the specified platforms. For others,
832 it probably doesn't make sense to try. */ 842 it probably doesn't make sense to try. */
833 843
900 910
901 /* Avoid link-time collision with system mktime if we will use our own. */ 911 /* Avoid link-time collision with system mktime if we will use our own. */
902 #if ! HAVE_MKTIME || BROKEN_MKTIME 912 #if ! HAVE_MKTIME || BROKEN_MKTIME
903 #define mktime emacs_mktime 913 #define mktime emacs_mktime
904 #endif 914 #endif
915
916 #define my_strftime nstrftime /* for strftime.c */
905 917
906 /* The rest of the code currently tests the CPP symbol BSTRING. 918 /* The rest of the code currently tests the CPP symbol BSTRING.
907 Override any claims made by the system-description files. 919 Override any claims made by the system-description files.
908 Note that on some SCO version it is possible to have bcopy and not bcmp. */ 920 Note that on some SCO version it is possible to have bcopy and not bcmp. */
909 #undef BSTRING 921 #undef BSTRING