aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Nicolaescu2008-06-01 17:46:16 +0000
committerDan Nicolaescu2008-06-01 17:46:16 +0000
commit39dd4d5263d69d25d217941d9420f573a64a607f (patch)
treeb311b99f9da00d7641fdd2c40acf8572ddca33be
parentd893468a0988c826c246c3212cb7731eddf427cc (diff)
downloademacs-39dd4d5263d69d25d217941d9420f573a64a607f.tar.gz
emacs-39dd4d5263d69d25d217941d9420f573a64a607f.zip
Regenerate.
-rwxr-xr-xconfigure38
1 files changed, 14 insertions, 24 deletions
diff --git a/configure b/configure
index 897f382f760..6f3418942aa 100755
--- a/configure
+++ b/configure
@@ -16893,7 +16893,6 @@ cat >>conftest.$ac_ext <<_ACEOF
16893# endif 16893# endif
16894#endif 16894#endif
16895 16895
16896#include <limits.h>
16897#include <stdlib.h> 16896#include <stdlib.h>
16898 16897
16899#ifdef HAVE_UNISTD_H 16898#ifdef HAVE_UNISTD_H
@@ -17042,15 +17041,12 @@ main ()
17042 isn't worth using anyway. */ 17041 isn't worth using anyway. */
17043 alarm (60); 17042 alarm (60);
17044 17043
17045 for (;;) 17044 for (time_t_max = 1; 0 < time_t_max; time_t_max *= 2)
17046 { 17045 continue;
17047 t = (time_t_max << 1) + 1; 17046 time_t_max--;
17048 if (t <= time_t_max) 17047 if ((time_t) -1 < 0)
17049 break; 17048 for (time_t_min = -1; (time_t) (time_t_min * 2) < 0; time_t_min *= 2)
17050 time_t_max = t; 17049 continue;
17051 }
17052 time_t_min = - ((time_t) ~ (time_t) 0 == (time_t) -1) - time_t_max;
17053
17054 delta = time_t_max / 997; /* a suitable prime number */ 17050 delta = time_t_max / 997; /* a suitable prime number */
17055 for (i = 0; i < N_STRINGS; i++) 17051 for (i = 0; i < N_STRINGS; i++)
17056 { 17052 {
@@ -17065,12 +17061,10 @@ main ()
17065 && mktime_test ((time_t) (60 * 60 * 24)))) 17061 && mktime_test ((time_t) (60 * 60 * 24))))
17066 return 1; 17062 return 1;
17067 17063
17068 for (j = 1; ; j <<= 1) 17064 for (j = 1; 0 < j; j *= 2)
17069 if (! bigtime_test (j)) 17065 if (! bigtime_test (j))
17070 return 1; 17066 return 1;
17071 else if (INT_MAX / 2 < j) 17067 if (! bigtime_test (j - 1))
17072 break;
17073 if (! bigtime_test (INT_MAX))
17074 return 1; 17068 return 1;
17075 } 17069 }
17076 return ! (irix_6_4_bug () && spring_forward_gap () && year_2050_test ()); 17070 return ! (irix_6_4_bug () && spring_forward_gap () && year_2050_test ());
@@ -18979,13 +18973,11 @@ _ACEOF
18979cat confdefs.h >>conftest.$ac_ext 18973cat confdefs.h >>conftest.$ac_ext
18980cat >>conftest.$ac_ext <<_ACEOF 18974cat >>conftest.$ac_ext <<_ACEOF
18981/* end confdefs.h. */ 18975/* end confdefs.h. */
18982#include <sys/types.h> /* for off_t */ 18976#include <stdio.h>
18983 #include <stdio.h>
18984int 18977int
18985main () 18978main ()
18986{ 18979{
18987int (*fp) (FILE *, off_t, int) = fseeko; 18980return fseeko (stdin, 0, 0) && (fseeko) (stdin, 0, 0);
18988 return fseeko (stdin, 0, 0) && fp (stdin, 0, 0);
18989 ; 18981 ;
18990 return 0; 18982 return 0;
18991} 18983}
@@ -19025,13 +19017,11 @@ cat confdefs.h >>conftest.$ac_ext
19025cat >>conftest.$ac_ext <<_ACEOF 19017cat >>conftest.$ac_ext <<_ACEOF
19026/* end confdefs.h. */ 19018/* end confdefs.h. */
19027#define _LARGEFILE_SOURCE 1 19019#define _LARGEFILE_SOURCE 1
19028#include <sys/types.h> /* for off_t */ 19020#include <stdio.h>
19029 #include <stdio.h>
19030int 19021int
19031main () 19022main ()
19032{ 19023{
19033int (*fp) (FILE *, off_t, int) = fseeko; 19024return fseeko (stdin, 0, 0) && (fseeko) (stdin, 0, 0);
19034 return fseeko (stdin, 0, 0) && fp (stdin, 0, 0);
19035 ; 19025 ;
19036 return 0; 19026 return 0;
19037} 19027}
@@ -24221,13 +24211,13 @@ cat >>confdefs.h <<\_ACEOF
24221#define USE_X_TOOLKIT 1 24211#define USE_X_TOOLKIT 1
24222_ACEOF 24212_ACEOF
24223 24213
24224 if test "${USE_X_TOOLKIT}" == "LUCID"; then 24214 if test "${USE_X_TOOLKIT}" = "LUCID"; then
24225 24215
24226cat >>confdefs.h <<\_ACEOF 24216cat >>confdefs.h <<\_ACEOF
24227#define USE_LUCID 1 24217#define USE_LUCID 1
24228_ACEOF 24218_ACEOF
24229 24219
24230 elif test "${USE_X_TOOLKIT}" == "MOTIF"; then 24220 elif test "${USE_X_TOOLKIT}" = "MOTIF"; then
24231 24221
24232cat >>confdefs.h <<\_ACEOF 24222cat >>confdefs.h <<\_ACEOF
24233#define USE_MOTIF 1 24223#define USE_MOTIF 1