Mercurial > emacs
comparison configure @ 92159:9ed7610349d3
* configure.in: Remove references to obsolete variables and
systems.
* configure: Regenerate.
* Makefile.in (NO_SHORTNAMES):
* emacsclient.c (NO_SHORTNAMES):
* fakemail.c (NO_SHORTNAMES):
* make-docfile.c (NO_SHORTNAMES):
* movemail.c (NO_SHORTNAMES):
* pop.c (NO_SHORTNAMES): Remove references to obsolete variable.
* config.nt (SHORTNAMES): Remove reference to obsolete variable.
* s/vms4-0.h:
* s/vms4-2.h:
* s/vms4-4.h:
* s/vms5-5.h: Remove, unused.
* s/irix5-2.h:
* s/irix6-0.h:
* s/riscos5.h:
* s/mach-bsd4-3.h:
* m/mips4.h: Remove files for obsolete systems
* Makefile.in:
* filelock.c:
* unexmips.c:
* m/hp9000s300.h:
* m/iris4d.h:
* s/aix3-1.h:
* s/hpux.h:
* s/msdos.h:
* s/usg5-0.h:
* s/usg5-2-2.h:
* s/usg5-2.h:
* s/usg5-3.h: Remove references to obsolete variables.
* s/irix5-0.h: Remove, move all the contents ...
* s/irix6-5.h: ... here. Simplify.
* config.in: Regenerate.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Sun, 24 Feb 2008 18:53:07 +0000 |
parents | f991f10f15ec |
children | 6a56f830d80b |
comparison
equal
deleted
inserted
replaced
92158:8b1789244b32 | 92159:9ed7610349d3 |
---|---|
1343 --disable-largefile omit support for large files | 1343 --disable-largefile omit support for large files |
1344 | 1344 |
1345 Optional Packages: | 1345 Optional Packages: |
1346 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] | 1346 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] |
1347 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) | 1347 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) |
1348 --without-gcc don't use GCC to compile Emacs even if GCC is found | |
1349 --without-pop don't support POP mail retrieval with movemail | 1348 --without-pop don't support POP mail retrieval with movemail |
1350 --with-kerberos support Kerberos-authenticated POP | 1349 --with-kerberos support Kerberos-authenticated POP |
1351 --with-kerberos5 support Kerberos version 5 authenticated POP | 1350 --with-kerberos5 support Kerberos version 5 authenticated POP |
1352 --with-hesiod support Hesiod to get the POP server host | 1351 --with-hesiod support Hesiod to get the POP server host |
1353 --without-sound don't compile with sound support | 1352 --without-sound don't compile with sound support |
1361 --without-rsvg don't compile with SVG image support | 1360 --without-rsvg don't compile with SVG image support |
1362 --without-freetype don't use Freetype for local font support | 1361 --without-freetype don't use Freetype for local font support |
1363 --without-xft don't use XFT for anti aliased fonts | 1362 --without-xft don't use XFT for anti aliased fonts |
1364 --without-libotf don't use libotf for OpenType font support | 1363 --without-libotf don't use libotf for OpenType font support |
1365 --without-m17n-flt don't use m17n-flt for text shaping | 1364 --without-m17n-flt don't use m17n-flt for text shaping |
1366 --with-gtk use GTK toolkit | |
1367 --without-toolkit-scroll-bars | 1365 --without-toolkit-scroll-bars |
1368 don't use Motif or Xaw3d scroll bars | 1366 don't use Motif or Xaw3d scroll bars |
1369 --without-xaw3d don't use Xaw3d | 1367 --without-xaw3d don't use Xaw3d |
1370 --without-xim don't use X11 XIM | 1368 --without-xim don't use X11 XIM |
1371 --with-carbon use Carbon GUI on Mac OS X. This is unsupported! | 1369 --with-carbon use Carbon GUI on Mac OS X. This is unsupported! |
1372 --without-gpm don't use -lgpm for mouse support on a GNU/Linux | 1370 --without-gpm don't use -lgpm for mouse support on a GNU/Linux |
1373 console | 1371 console |
1374 --without-dbus don't compile with D-Bus support | 1372 --without-dbus don't compile with D-Bus support |
1373 | |
1375 --with-pkg-config-prog=PATH | 1374 --with-pkg-config-prog=PATH |
1376 Path to pkg-config for finding GTK and librsvg | 1375 Path to pkg-config for finding GTK and librsvg |
1377 --with-x use the X Window System | 1376 --with-x use the X Window System |
1378 | 1377 |
1379 Some influential environment variables: | 1378 Some influential environment variables: |
1850 gameuser=games | 1849 gameuser=games |
1851 | 1850 |
1852 | 1851 |
1853 | 1852 |
1854 | 1853 |
1855 # Check whether --with-gcc was given. | |
1856 if test "${with_gcc+set}" = set; then | |
1857 withval=$with_gcc; | |
1858 fi | |
1859 | |
1860 | |
1861 | |
1862 # Check whether --with-pop was given. | 1854 # Check whether --with-pop was given. |
1863 if test "${with_pop+set}" = set; then | 1855 if test "${with_pop+set}" = set; then |
1864 withval=$with_pop; | 1856 withval=$with_pop; |
1865 else | 1857 else |
1866 with_pop=yes | 1858 with_pop=yes |
2044 with_m17n_flt=yes | 2036 with_m17n_flt=yes |
2045 fi | 2037 fi |
2046 | 2038 |
2047 | 2039 |
2048 | 2040 |
2049 # Check whether --with-gtk was given. | |
2050 if test "${with_gtk+set}" = set; then | |
2051 withval=$with_gtk; | |
2052 else | |
2053 with_gtk=no | |
2054 fi | |
2055 | |
2056 | |
2057 # Check whether --with-toolkit-scroll-bars was given. | 2041 # Check whether --with-toolkit-scroll-bars was given. |
2058 if test "${with_toolkit_scroll_bars+set}" = set; then | 2042 if test "${with_toolkit_scroll_bars+set}" = set; then |
2059 withval=$with_toolkit_scroll_bars; | 2043 withval=$with_toolkit_scroll_bars; |
2060 else | 2044 else |
2061 with_toolkit_scroll_bars=yes | 2045 with_toolkit_scroll_bars=yes |
2098 # Check whether --with-dbus was given. | 2082 # Check whether --with-dbus was given. |
2099 if test "${with_dbus+set}" = set; then | 2083 if test "${with_dbus+set}" = set; then |
2100 withval=$with_dbus; | 2084 withval=$with_dbus; |
2101 else | 2085 else |
2102 with_dbus=yes | 2086 with_dbus=yes |
2087 fi | |
2088 | |
2089 | |
2090 | |
2091 # Check whether --with-gtk was given. | |
2092 if test "${with_gtk+set}" = set; then | |
2093 withval=$with_gtk; { { echo "$as_me:$LINENO: error: --with-gtk has been removed. Use --with-x-toolkit to | |
2094 specify a toolkit." >&5 | |
2095 echo "$as_me: error: --with-gtk has been removed. Use --with-x-toolkit to | |
2096 specify a toolkit." >&2;} | |
2097 { (exit 1); exit 1; }; } | |
2098 fi | |
2099 | |
2100 | |
2101 | |
2102 # Check whether --with-gcc was given. | |
2103 if test "${with_gcc+set}" = set; then | |
2104 withval=$with_gcc; { { echo "$as_me:$LINENO: error: --with-gcc has been removed. Set the \`CC' environment | |
2105 variable to specify a compiler." >&5 | |
2106 echo "$as_me: error: --with-gcc has been removed. Set the \`CC' environment | |
2107 variable to specify a compiler." >&2;} | |
2108 { (exit 1); exit 1; }; } | |
2103 fi | 2109 fi |
2104 | 2110 |
2105 | 2111 |
2106 | 2112 |
2107 # Check whether --with-pkg-config-prog was given. | 2113 # Check whether --with-pkg-config-prog was given. |
2449 *-*-bsdi3* ) opsys=bsdos3 ;; | 2455 *-*-bsdi3* ) opsys=bsdos3 ;; |
2450 *-*-bsdi[45]* ) opsys=bsdos4 ;; | 2456 *-*-bsdi[45]* ) opsys=bsdos4 ;; |
2451 esac | 2457 esac |
2452 ;; | 2458 ;; |
2453 | 2459 |
2454 ## Alpha (DEC) machines. | |
2455 alpha*-dec-osf* ) | |
2456 machine=alpha opsys=osf1 | |
2457 # This is needed to find X11R6.1 libraries for certain tests. | |
2458 NON_GCC_LINK_TEST_OPTIONS=-Wl,-rpath,/usr/X11R6/lib | |
2459 GCC_LINK_TEST_OPTIONS=-Wl,-rpath,/usr/X11R6/lib | |
2460 # NON_GNU_CPP is necessary on 5.0 to avoid mangling src/Makefile | |
2461 # due to non-traditional preprocessing with the current compiler | |
2462 # defaults. OSF 4 can also have that compiler version, and there | |
2463 # seems always to have been a usable /usr/bin/cpp. | |
2464 NON_GNU_CPP=/usr/bin/cpp | |
2465 case "${canonical}" in | |
2466 alpha*-dec-osf[5-9]*) | |
2467 opsys=osf5-0 ;; | |
2468 esac | |
2469 ;; | |
2470 | |
2471 alpha*-*-linux-gnu* ) | 2460 alpha*-*-linux-gnu* ) |
2472 machine=alpha opsys=gnu-linux | 2461 machine=alpha opsys=gnu-linux |
2473 ;; | 2462 ;; |
2474 | 2463 |
2475 arm*-*-linux-gnu* ) | 2464 arm*-*-linux-gnu* ) |
2511 machine=pmax opsys=bsd4-3 | 2500 machine=pmax opsys=bsd4-3 |
2512 ;; | 2501 ;; |
2513 mips-dec-ultrix* ) | 2502 mips-dec-ultrix* ) |
2514 machine=pmax opsys=ultrix4-3 | 2503 machine=pmax opsys=ultrix4-3 |
2515 ;; | 2504 ;; |
2516 mips-dec-osf* ) | |
2517 machine=pmax opsys=osf1 | |
2518 ;; | |
2519 mips-dec-mach_bsd4.3* ) | |
2520 machine=pmax opsys=mach-bsd4-3 | |
2521 ;; | |
2522 | |
2523 ## HP 9000 series 200 or 300 | 2505 ## HP 9000 series 200 or 300 |
2524 m68*-hp-bsd* ) | 2506 m68*-hp-bsd* ) |
2525 machine=hp9000s300 opsys=bsd4-3 | 2507 machine=hp9000s300 opsys=bsd4-3 |
2526 ;; | 2508 ;; |
2527 ## HP/UX 7, 8, 9, and 10 are supported on these machines. | 2509 ## HP/UX 7, 8, 9, and 10 are supported on these machines. |
2642 | 2624 |
2643 ## Workstations sold by MIPS | 2625 ## Workstations sold by MIPS |
2644 ## This is not necessarily all workstations using the MIPS processor - | 2626 ## This is not necessarily all workstations using the MIPS processor - |
2645 ## Irises are produced by SGI, and DECstations by DEC. | 2627 ## Irises are produced by SGI, and DECstations by DEC. |
2646 | 2628 |
2647 ## etc/MACHINES lists mips.h and mips4.h as possible machine files, | |
2648 ## and usg5-2-2 and bsd4-3 as possible OS files. The only guidance | |
2649 ## it gives for choosing between the alternatives seems to be "Use | |
2650 ## -machine=mips4 for RISCOS version 4; use -opsystem=bsd4-3 with | |
2651 ## the BSD world." I'll assume that these are instructions for | |
2652 ## handling two odd situations, and that every other situation | |
2653 ## should use mips.h and usg5-2-2, they being listed first. | |
2654 mips-mips-usg* ) | |
2655 machine=mips4 | |
2656 ## Fall through to the general code at the bottom to decide on the OS. | |
2657 ;; | |
2658 mips-mips-riscos4* ) | |
2659 machine=mips4 opsys=bsd4-3 | |
2660 NON_GNU_CC="cc -systype bsd43" | |
2661 NON_GNU_CPP="cc -systype bsd43 -E" | |
2662 ;; | |
2663 mips-mips-riscos5* ) | |
2664 machine=mips4 opsys=riscos5 | |
2665 NON_GNU_CC="cc -systype bsd43" | |
2666 NON_GNU_CPP="cc -systype bsd43 -E" | |
2667 ;; | |
2668 mips-mips-bsd* ) | 2629 mips-mips-bsd* ) |
2669 machine=mips opsys=bsd4-3 | 2630 machine=mips opsys=bsd4-3 |
2670 ;; | 2631 ;; |
2671 mips-mips-* ) | 2632 mips-mips-* ) |
2672 machine=mips opsys=usg5-2-2 | 2633 machine=mips opsys=usg5-2-2 |
2696 # Without defining _LANGUAGE_C, things get masked out in the headers | 2657 # Without defining _LANGUAGE_C, things get masked out in the headers |
2697 # so that, for instance, grepping for `free' in stdlib.h fails and | 2658 # so that, for instance, grepping for `free' in stdlib.h fails and |
2698 # AC_HEADER_STD_C fails. (MIPSPro 7.2.1.2m compilers, Irix 6.5.3m). | 2659 # AC_HEADER_STD_C fails. (MIPSPro 7.2.1.2m compilers, Irix 6.5.3m). |
2699 NON_GNU_CPP="/lib/cpp -D_LANGUAGE_C" | 2660 NON_GNU_CPP="/lib/cpp -D_LANGUAGE_C" |
2700 NON_GCC_TEST_OPTIONS="-D_LANGUAGE_C" | 2661 NON_GCC_TEST_OPTIONS="-D_LANGUAGE_C" |
2701 ;; | |
2702 mips-sgi-irix6* ) | |
2703 machine=iris4d opsys=irix6-0 | |
2704 # It's not clear whether -D_LANGUAGE_C is necessary as it is for 6.5, | |
2705 # but presumably it does no harm. | |
2706 NON_GNU_CPP="/lib/cpp -D_LANGUAGE_C" | |
2707 # -32 probably isn't necessary in later v.6s -- anyone know which? | |
2708 NON_GCC_TEST_OPTIONS=-32 | |
2709 ;; | |
2710 mips-sgi-irix5.[01]* ) | |
2711 machine=iris4d opsys=irix5-0 | |
2712 ;; | |
2713 mips-sgi-irix5* | mips-sgi-irix* ) | |
2714 machine=iris4d opsys=irix5-2 | |
2715 ;; | 2662 ;; |
2716 | 2663 |
2717 ## Suns | 2664 ## Suns |
2718 sparc-*-linux-gnu* | sparc64-*-linux-gnu* ) | 2665 sparc-*-linux-gnu* | sparc64-*-linux-gnu* ) |
2719 machine=sparc opsys=gnu-linux | 2666 machine=sparc opsys=gnu-linux |
2803 case "${canonical}" in | 2750 case "${canonical}" in |
2804 *-cygwin ) opsys=cygwin ;; | 2751 *-cygwin ) opsys=cygwin ;; |
2805 *-darwin* ) opsys=darwin | 2752 *-darwin* ) opsys=darwin |
2806 CPP="${CC-cc} -E -no-cpp-precomp" | 2753 CPP="${CC-cc} -E -no-cpp-precomp" |
2807 ;; | 2754 ;; |
2808 *-xenix* ) opsys=xenix ;; | |
2809 *-linux-gnu* ) opsys=gnu-linux ;; | 2755 *-linux-gnu* ) opsys=gnu-linux ;; |
2810 *-sysv4.2uw* ) opsys=unixware; NON_GNU_CPP=/lib/cpp ;; | 2756 *-sysv4.2uw* ) opsys=unixware; NON_GNU_CPP=/lib/cpp ;; |
2811 *-sysv5uw* ) opsys=unixware; NON_GNU_CPP=/lib/cpp ;; | 2757 *-sysv5uw* ) opsys=unixware; NON_GNU_CPP=/lib/cpp ;; |
2812 *-sysv5OpenUNIX* ) opsys=unixware; NON_GNU_CPP=/lib/cpp ;; | 2758 *-sysv5OpenUNIX* ) opsys=unixware; NON_GNU_CPP=/lib/cpp ;; |
2813 *-386bsd* ) opsys=386bsd ;; | 2759 *-386bsd* ) opsys=386bsd ;; |
2904 test -n "$CC" && cc_specified=yes | 2850 test -n "$CC" && cc_specified=yes |
2905 | 2851 |
2906 # Save the value of CFLAGS that the user specified. | 2852 # Save the value of CFLAGS that the user specified. |
2907 SPECIFIED_CFLAGS="$CFLAGS" | 2853 SPECIFIED_CFLAGS="$CFLAGS" |
2908 | 2854 |
2909 case ${with_gcc} in | |
2910 "yes" ) CC="gcc" GCC=yes ;; | |
2911 "no" ) : ${CC=cc} ;; | |
2912 * ) | |
2913 esac | |
2914 ac_ext=c | 2855 ac_ext=c |
2915 ac_cpp='$CPP $CPPFLAGS' | 2856 ac_cpp='$CPP $CPPFLAGS' |
2916 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | 2857 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
2917 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | 2858 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' |
2918 ac_compiler_gnu=$ac_cv_c_compiler_gnu | 2859 ac_compiler_gnu=$ac_cv_c_compiler_gnu |
5152 | 5093 |
5153 #ifndef LIB_X11_LIB | 5094 #ifndef LIB_X11_LIB |
5154 #define LIB_X11_LIB -lX11 | 5095 #define LIB_X11_LIB -lX11 |
5155 #endif | 5096 #endif |
5156 | 5097 |
5157 #ifndef LIBX11_MACHINE | |
5158 #define LIBX11_MACHINE | |
5159 #endif | |
5160 | |
5161 #ifndef LIBX11_SYSTEM | 5098 #ifndef LIBX11_SYSTEM |
5162 #define LIBX11_SYSTEM | 5099 #define LIBX11_SYSTEM |
5163 #endif | 5100 #endif |
5164 configure___ LIBX=LIB_X11_LIB LIBX11_MACHINE LIBX11_SYSTEM | 5101 configure___ LIBX=LIB_X11_LIB LIBX11_SYSTEM |
5165 | 5102 |
5166 #ifdef UNEXEC | 5103 #ifdef UNEXEC |
5167 configure___ unexec=UNEXEC | 5104 configure___ unexec=UNEXEC |
5168 #else | 5105 #else |
5169 configure___ unexec=unexec.o | 5106 configure___ unexec=unexec.o |
9270 | 9207 |
9271 fi | 9208 fi |
9272 if test "${window_system}" = x11 && test "${HAVE_CARBON}" = yes; then | 9209 if test "${window_system}" = x11 && test "${HAVE_CARBON}" = yes; then |
9273 if test "${with_carbon+set}" != set \ | 9210 if test "${with_carbon+set}" != set \ |
9274 && test "${carbon_appdir_x+set}" != set; then | 9211 && test "${carbon_appdir_x+set}" != set; then |
9275 for var in with_x with_x_toolkit with_gtk with_xim \ | 9212 for var in with_x with_x_toolkit with_xim \ |
9276 with_xpm with_jpeg with_tiff with_gif with_png; do | 9213 with_xpm with_jpeg with_tiff with_gif with_png; do |
9277 if eval test \"\${$var+set}\" = set; then | 9214 if eval test \"\${$var+set}\" = set; then |
9278 HAVE_CARBON=no | 9215 HAVE_CARBON=no |
9279 break | 9216 break |
9280 fi | 9217 fi |
9293 athena | lucid ) USE_X_TOOLKIT=LUCID ;; | 9230 athena | lucid ) USE_X_TOOLKIT=LUCID ;; |
9294 motif ) USE_X_TOOLKIT=MOTIF ;; | 9231 motif ) USE_X_TOOLKIT=MOTIF ;; |
9295 gtk ) with_gtk=yes | 9232 gtk ) with_gtk=yes |
9296 USE_X_TOOLKIT=none ;; | 9233 USE_X_TOOLKIT=none ;; |
9297 no ) USE_X_TOOLKIT=none ;; | 9234 no ) USE_X_TOOLKIT=none ;; |
9298 * ) | 9235 * ) USE_X_TOOLKIT=maybe ;; |
9299 if test x"$with_gtk" = xyes; then | |
9300 USE_X_TOOLKIT=none | |
9301 else | |
9302 USE_X_TOOLKIT=maybe | |
9303 fi | |
9304 ;; | |
9305 esac | 9236 esac |
9306 ;; | 9237 ;; |
9307 mac | none ) | 9238 mac | none ) |
9308 HAVE_X_WINDOWS=no | 9239 HAVE_X_WINDOWS=no |
9309 HAVE_X11=no | 9240 HAVE_X11=no |
10265 LIBS="-lpthreads $LIBS" | 10196 LIBS="-lpthreads $LIBS" |
10266 | 10197 |
10267 fi | 10198 fi |
10268 | 10199 |
10269 | 10200 |
10270 { echo "$as_me:$LINENO: checking for XFree86 in /usr/X386" >&5 | |
10271 echo $ECHO_N "checking for XFree86 in /usr/X386... $ECHO_C" >&6; } | |
10272 if test -d /usr/X386/include; then | |
10273 HAVE_XFREE386=yes | |
10274 : ${C_SWITCH_X_SITE="-I/usr/X386/include"} | |
10275 else | |
10276 HAVE_XFREE386=no | |
10277 fi | |
10278 { echo "$as_me:$LINENO: result: $HAVE_XFREE386" >&5 | |
10279 echo "${ECHO_T}$HAVE_XFREE386" >&6; } | |
10280 | |
10281 | 10201 |
10282 case ${host_os} in | 10202 case ${host_os} in |
10283 aix*) | 10203 aix*) |
10284 { echo "$as_me:$LINENO: checking for -bbigtoc option" >&5 | 10204 { echo "$as_me:$LINENO: checking for -bbigtoc option" >&5 |
10285 echo $ECHO_N "checking for -bbigtoc option... $ECHO_C" >&6; } | 10205 echo $ECHO_N "checking for -bbigtoc option... $ECHO_C" >&6; } |
10826 fi | 10746 fi |
10827 fi | 10747 fi |
10828 | 10748 |
10829 | 10749 |
10830 HAVE_GTK=no | 10750 HAVE_GTK=no |
10831 if test "${with_gtk}" = "yes" && test "$USE_X_TOOLKIT" = "gtk"; then | 10751 if test "${with_gtk}" = "yes" || test "$USE_X_TOOLKIT" = "maybe"; then |
10832 USE_X_TOOLKIT=none | |
10833 fi | |
10834 if test "${with_gtk}" = "yes" || test "$USE_X_TOOLKIT" = "gtk" || \ | |
10835 test "$USE_X_TOOLKIT" = "maybe"; then | |
10836 if test "$USE_X_TOOLKIT" != "none" && test "$USE_X_TOOLKIT" != "maybe"; then | |
10837 { { echo "$as_me:$LINENO: error: Conflicting options, --with-gtk is incompatible with --with-x-toolkit=${with_x_toolkit}" >&5 | |
10838 echo "$as_me: error: Conflicting options, --with-gtk is incompatible with --with-x-toolkit=${with_x_toolkit}" >&2;} | |
10839 { (exit 1); exit 1; }; }; | |
10840 fi | |
10841 GLIB_REQUIRED=2.6 | 10752 GLIB_REQUIRED=2.6 |
10842 GTK_REQUIRED=2.6 | 10753 GTK_REQUIRED=2.6 |
10843 GTK_MODULES="gtk+-2.0 >= $GTK_REQUIRED glib-2.0 >= $GLIB_REQUIRED" | 10754 GTK_MODULES="gtk+-2.0 >= $GTK_REQUIRED glib-2.0 >= $GLIB_REQUIRED" |
10844 | 10755 |
10845 | 10756 |
18635 /* confdefs.h. */ | 18546 /* confdefs.h. */ |
18636 _ACEOF | 18547 _ACEOF |
18637 cat confdefs.h >>conftest.$ac_ext | 18548 cat confdefs.h >>conftest.$ac_ext |
18638 cat >>conftest.$ac_ext <<_ACEOF | 18549 cat >>conftest.$ac_ext <<_ACEOF |
18639 /* end confdefs.h. */ | 18550 /* end confdefs.h. */ |
18640 #include <sys/types.h> /* for off_t */ | 18551 #include <stdio.h> |
18641 #include <stdio.h> | |
18642 int | 18552 int |
18643 main () | 18553 main () |
18644 { | 18554 { |
18645 int (*fp) (FILE *, off_t, int) = fseeko; | 18555 return fseeko (stdin, 0, 0) && (fseeko) (stdin, 0, 0); |
18646 return fseeko (stdin, 0, 0) && fp (stdin, 0, 0); | |
18647 ; | 18556 ; |
18648 return 0; | 18557 return 0; |
18649 } | 18558 } |
18650 _ACEOF | 18559 _ACEOF |
18651 rm -f conftest.$ac_objext conftest$ac_exeext | 18560 rm -f conftest.$ac_objext conftest$ac_exeext |
18681 _ACEOF | 18590 _ACEOF |
18682 cat confdefs.h >>conftest.$ac_ext | 18591 cat confdefs.h >>conftest.$ac_ext |
18683 cat >>conftest.$ac_ext <<_ACEOF | 18592 cat >>conftest.$ac_ext <<_ACEOF |
18684 /* end confdefs.h. */ | 18593 /* end confdefs.h. */ |
18685 #define _LARGEFILE_SOURCE 1 | 18594 #define _LARGEFILE_SOURCE 1 |
18686 #include <sys/types.h> /* for off_t */ | 18595 #include <stdio.h> |
18687 #include <stdio.h> | |
18688 int | 18596 int |
18689 main () | 18597 main () |
18690 { | 18598 { |
18691 int (*fp) (FILE *, off_t, int) = fseeko; | 18599 return fseeko (stdin, 0, 0) && (fseeko) (stdin, 0, 0); |
18692 return fseeko (stdin, 0, 0) && fp (stdin, 0, 0); | |
18693 ; | 18600 ; |
18694 return 0; | 18601 return 0; |
18695 } | 18602 } |
18696 _ACEOF | 18603 _ACEOF |
18697 rm -f conftest.$ac_objext conftest$ac_exeext | 18604 rm -f conftest.$ac_objext conftest$ac_exeext |
23882 fi | 23789 fi |
23883 if test "${HAVE_X11}" = "yes" ; then | 23790 if test "${HAVE_X11}" = "yes" ; then |
23884 | 23791 |
23885 cat >>confdefs.h <<\_ACEOF | 23792 cat >>confdefs.h <<\_ACEOF |
23886 #define HAVE_X11 1 | 23793 #define HAVE_X11 1 |
23887 _ACEOF | |
23888 | |
23889 fi | |
23890 if test "${HAVE_XFREE386}" = "yes" ; then | |
23891 | |
23892 cat >>confdefs.h <<\_ACEOF | |
23893 #define HAVE_XFREE386 1 | |
23894 _ACEOF | 23794 _ACEOF |
23895 | 23795 |
23896 fi | 23796 fi |
23897 if test "${HAVE_MENUS}" = "yes" ; then | 23797 if test "${HAVE_MENUS}" = "yes" ; then |
23898 | 23798 |