aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2008-08-06 05:27:14 +0000
committerChong Yidong2008-08-06 05:27:14 +0000
commit177cd151a2cccdf077b83f058d6432e050d75d9d (patch)
treeee8648398c08a6999446f83ccab7fd93f8114858
parent7ef651dd210bbfb409f1873894140b8c5262802a (diff)
downloademacs-177cd151a2cccdf077b83f058d6432e050d75d9d.tar.gz
emacs-177cd151a2cccdf077b83f058d6432e050d75d9d.zip
Regenerate.
-rwxr-xr-xconfigure16
1 files changed, 7 insertions, 9 deletions
diff --git a/configure b/configure
index f77ee982ad9..1a422c11492 100755
--- a/configure
+++ b/configure
@@ -14894,12 +14894,14 @@ cat >>confdefs.h <<\_ACEOF
14894_ACEOF 14894_ACEOF
14895 14895
14896 fi 14896 fi
14897 if test "${NS_HAVE_INTEGER}" = "yes"; then
14897 14898
14898cat >>confdefs.h <<\_ACEOF 14899cat >>confdefs.h <<\_ACEOF
14899#define NS_HAVE_INTEGER 1 14900#define NS_HAVE_INTEGER 1
14900_ACEOF 14901_ACEOF
14901 14902
14902 # We also have mouse menus. 14903 fi
14904 # We also have mouse menus.
14903 HAVE_MENUS=yes 14905 HAVE_MENUS=yes
14904fi 14906fi
14905 14907
@@ -18729,13 +18731,11 @@ _ACEOF
18729cat confdefs.h >>conftest.$ac_ext 18731cat confdefs.h >>conftest.$ac_ext
18730cat >>conftest.$ac_ext <<_ACEOF 18732cat >>conftest.$ac_ext <<_ACEOF
18731/* end confdefs.h. */ 18733/* end confdefs.h. */
18732#include <sys/types.h> /* for off_t */ 18734#include <stdio.h>
18733 #include <stdio.h>
18734int 18735int
18735main () 18736main ()
18736{ 18737{
18737int (*fp) (FILE *, off_t, int) = fseeko; 18738return fseeko (stdin, 0, 0) && (fseeko) (stdin, 0, 0);
18738 return fseeko (stdin, 0, 0) && fp (stdin, 0, 0);
18739 ; 18739 ;
18740 return 0; 18740 return 0;
18741} 18741}
@@ -18775,13 +18775,11 @@ cat confdefs.h >>conftest.$ac_ext
18775cat >>conftest.$ac_ext <<_ACEOF 18775cat >>conftest.$ac_ext <<_ACEOF
18776/* end confdefs.h. */ 18776/* end confdefs.h. */
18777#define _LARGEFILE_SOURCE 1 18777#define _LARGEFILE_SOURCE 1
18778#include <sys/types.h> /* for off_t */ 18778#include <stdio.h>
18779 #include <stdio.h>
18780int 18779int
18781main () 18780main ()
18782{ 18781{
18783int (*fp) (FILE *, off_t, int) = fseeko; 18782return fseeko (stdin, 0, 0) && (fseeko) (stdin, 0, 0);
18784 return fseeko (stdin, 0, 0) && fp (stdin, 0, 0);
18785 ; 18783 ;
18786 return 0; 18784 return 0;
18787} 18785}