]> git.eshelyaron.com Git - emacs.git/commitdiff
Regenerate.
authorChong Yidong <cyd@stupidchicken.com>
Wed, 6 Aug 2008 05:27:14 +0000 (05:27 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Wed, 6 Aug 2008 05:27:14 +0000 (05:27 +0000)
configure

index f77ee982ad9ae7803fb6674115d66f8da2156087..1a422c11492091bfc8791d53deae746a7125fa4f 100755 (executable)
--- a/configure
+++ b/configure
@@ -14894,12 +14894,14 @@ cat >>confdefs.h <<\_ACEOF
 _ACEOF
 
   fi
+  if test "${NS_HAVE_INTEGER}" = "yes"; then
 
 cat >>confdefs.h <<\_ACEOF
 #define NS_HAVE_INTEGER 1
 _ACEOF
 
-    # We also have mouse menus.
+  fi
+  # We also have mouse menus.
   HAVE_MENUS=yes
 fi
 
@@ -18729,13 +18731,11 @@ _ACEOF
 cat confdefs.h >>conftest.$ac_ext
 cat >>conftest.$ac_ext <<_ACEOF
 /* end confdefs.h.  */
-#include <sys/types.h> /* for off_t */
-     #include <stdio.h>
+#include <stdio.h>
 int
 main ()
 {
-int (*fp) (FILE *, off_t, int) = fseeko;
-     return fseeko (stdin, 0, 0) && fp (stdin, 0, 0);
+return fseeko (stdin, 0, 0) && (fseeko) (stdin, 0, 0);
   ;
   return 0;
 }
@@ -18775,13 +18775,11 @@ cat confdefs.h >>conftest.$ac_ext
 cat >>conftest.$ac_ext <<_ACEOF
 /* end confdefs.h.  */
 #define _LARGEFILE_SOURCE 1
-#include <sys/types.h> /* for off_t */
-     #include <stdio.h>
+#include <stdio.h>
 int
 main ()
 {
-int (*fp) (FILE *, off_t, int) = fseeko;
-     return fseeko (stdin, 0, 0) && fp (stdin, 0, 0);
+return fseeko (stdin, 0, 0) && (fseeko) (stdin, 0, 0);
   ;
   return 0;
 }