/[emacs]/emacs/configure.in
ViewVC logotype

Diff of /emacs/configure.in

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

revision 1.339 by fx, Fri Jun 6 09:03:44 2003 UTC revision 1.340 by fx, Mon Jun 23 18:35:23 2003 UTC
# Line 1409  dnl checks for header files Line 1409  dnl checks for header files
1409  AC_CHECK_HEADERS(sys/select.h sys/timeb.h sys/time.h unistd.h utime.h \  AC_CHECK_HEADERS(sys/select.h sys/timeb.h sys/time.h unistd.h utime.h \
1410    linux/version.h sys/systeminfo.h termios.h limits.h string.h stdlib.h \    linux/version.h sys/systeminfo.h termios.h limits.h string.h stdlib.h \
1411    termcap.h stdio_ext.h fcntl.h strings.h coff.h pty.h sys/mman.h \    termcap.h stdio_ext.h fcntl.h strings.h coff.h pty.h sys/mman.h \
1412    sys/param.h sys/vlimit.h sys/resource.h locale.h)    sys/param.h sys/vlimit.h sys/resource.h locale.h sys/_mbstate_t.h)
1413  dnl On Solaris 8 there's a compilation warning for term.h because  dnl On Solaris 8 there's a compilation warning for term.h because
1414  dnl it doesn't define `bool'.  dnl it doesn't define `bool'.
1415  AC_CHECK_HEADERS(term.h, , , -)  AC_CHECK_HEADERS(term.h, , , -)
# Line 2049  dnl with `--with-xim=no'. Line 2049  dnl with `--with-xim=no'.
2049  if test "${with_xim}" != "no"; then  if test "${with_xim}" != "no"; then
2050    AC_DEFINE(USE_XIM, 1,    AC_DEFINE(USE_XIM, 1,
2051              [Define to 1 if we should use XIM, if it is available.])              [Define to 1 if we should use XIM, if it is available.])
2052      AC_TRY_COMPILE([
2053    #include <X11/Xlib.h>
2054    #include <X11/Xresource.h>],
2055    [Display *display;
2056    XrmDatabase db;
2057    char *res_name;
2058    char *res_class;
2059    XIMProc  callback;
2060    XPointer *client_data;
2061    (void)XRegisterIMInstantiateCallback(display, db, res_name, res_class, callback,
2062       client_data);],
2063        [emacs_cv_arg6_star=yes])
2064      AH_TEMPLATE(XRegisterIMInstantiateCallback_arg6,
2065             [Define to the type of the 6th arg of XRegisterIMInstantiateCallback,
2066    either XPointer or XPointer*.])dnl
2067      if test "$emacs_cv_arg6_star" = yes; then
2068         AC_DEFINE(XRegisterIMInstantiateCallback_arg6, [XPointer*])
2069      else
2070         AC_DEFINE(XRegisterIMInstantiateCallback_arg6, [XPointer])
2071      fi
2072  fi  fi
2073    
2074  ### Use -lXpm if available, unless `--with-xpm=no'.  ### Use -lXpm if available, unless `--with-xpm=no'.
# Line 2660  AH_BOTTOM([ Line 2680  AH_BOTTOM([
2680  /* Turned on June 1996 supposing nobody will mind it.  */  /* Turned on June 1996 supposing nobody will mind it.  */
2681  #define AMPERSAND_FULL_NAME  #define AMPERSAND_FULL_NAME
2682    
2683    /* We have blockinput.h.  */
2684    #define DO_BLOCK_INPUT
2685    
2686  /* Define HAVE_SOUND if we have sound support.  We know it works  /* Define HAVE_SOUND if we have sound support.  We know it works
2687     and compiles only on the specified platforms.   For others,     and compiles only on the specified platforms.   For others,
2688     it probably doesn't make sense to try.  */     it probably doesn't make sense to try.  */
# Line 2736  AH_BOTTOM([ Line 2759  AH_BOTTOM([
2759  #define mktime emacs_mktime  #define mktime emacs_mktime
2760  #endif  #endif
2761    
2762    #define my_strftime nstrftime   /* for strftime.c */
2763    
2764  /* The rest of the code currently tests the CPP symbol BSTRING.  /* The rest of the code currently tests the CPP symbol BSTRING.
2765     Override any claims made by the system-description files.     Override any claims made by the system-description files.
2766     Note that on some SCO version it is possible to have bcopy and not bcmp.  */     Note that on some SCO version it is possible to have bcopy and not bcmp.  */

Legend:
Removed from v.1.339  
changed lines
  Added in v.1.340

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