aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorDan Nicolaescu2008-07-16 07:01:36 +0000
committerDan Nicolaescu2008-07-16 07:01:36 +0000
commit6b0273cd0a5ffcb7dc98b311bbfb4a112fc7db65 (patch)
tree4fff763e222569289a50d6c9cf4efac20ddbe307 /configure
parent7206e7b7c7d36eef134ed0baddddc1370b04044d (diff)
downloademacs-6b0273cd0a5ffcb7dc98b311bbfb4a112fc7db65.tar.gz
emacs-6b0273cd0a5ffcb7dc98b311bbfb4a112fc7db65.zip
* editfns.c (Fuser_full_name): Replace the only use of
USER_FULL_NAME with its value. * config.in: Regenerate. * configure.in (freebsd, kfreebsd): Undo part of previous change. (USER_FULL_NAME): Remove, not used anymore. * configure: Regenerate.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure28
1 files changed, 11 insertions, 17 deletions
diff --git a/configure b/configure
index 54ece25cda9..bb726499e2c 100755
--- a/configure
+++ b/configure
@@ -2405,17 +2405,17 @@ machine='' opsys='' unported=no
2405case "${canonical}" in 2405case "${canonical}" in
2406 2406
2407 ## FreeBSD ports 2407 ## FreeBSD ports
2408 *-*-*freebsd* ) 2408 *-*-freebsd* )
2409 opsys=freebsd 2409 opsys=freebsd
2410 case "${canonical}" in 2410 case "${canonical}" in
2411 alpha*-*-freebsd*) machine=alpha ;; 2411 alpha*-*-freebsd*) machine=alpha ;;
2412 arm*-*-freebsd*) machine=arm ;; 2412 arm*-*-freebsd*) machine=arm ;;
2413 ia64-*-freebsd*) machine=ia64 ;; 2413 ia64-*-freebsd*) machine=ia64 ;;
2414 sparc-*-freebsd*) machine=sparc ;; 2414 sparc-*-freebsd*) machine=sparc ;;
2415 sparc64-*-freebsd*) machine=sparc ;; 2415 sparc64-*-freebsd*) machine=sparc ;;
2416 powerpc-*-freebsd*) machine=macppc ;; 2416 powerpc-*-freebsd*) machine=macppc ;;
2417 i[3456]86-*-freebsd*) machine=intel386 ;; 2417 i[3456]86-*-freebsd*) machine=intel386 ;;
2418 amd64-*-freebsd*|x86_64-*-*freebsd*) machine=amdx86-64 ;; 2418 amd64-*-freebsd*|x86_64-*-freebsd*) machine=amdx86-64 ;;
2419 esac 2419 esac
2420 ;; 2420 ;;
2421 2421
@@ -16933,7 +16933,6 @@ cat >>conftest.$ac_ext <<_ACEOF
16933# endif 16933# endif
16934#endif 16934#endif
16935 16935
16936#include <limits.h>
16937#include <stdlib.h> 16936#include <stdlib.h>
16938 16937
16939#ifdef HAVE_UNISTD_H 16938#ifdef HAVE_UNISTD_H
@@ -17082,15 +17081,12 @@ main ()
17082 isn't worth using anyway. */ 17081 isn't worth using anyway. */
17083 alarm (60); 17082 alarm (60);
17084 17083
17085 for (;;) 17084 for (time_t_max = 1; 0 < time_t_max; time_t_max *= 2)
17086 { 17085 continue;
17087 t = (time_t_max << 1) + 1; 17086 time_t_max--;
17088 if (t <= time_t_max) 17087 if ((time_t) -1 < 0)
17089 break; 17088 for (time_t_min = -1; (time_t) (time_t_min * 2) < 0; time_t_min *= 2)
17090 time_t_max = t; 17089 continue;
17091 }
17092 time_t_min = - ((time_t) ~ (time_t) 0 == (time_t) -1) - time_t_max;
17093
17094 delta = time_t_max / 997; /* a suitable prime number */ 17090 delta = time_t_max / 997; /* a suitable prime number */
17095 for (i = 0; i < N_STRINGS; i++) 17091 for (i = 0; i < N_STRINGS; i++)
17096 { 17092 {
@@ -17105,12 +17101,10 @@ main ()
17105 && mktime_test ((time_t) (60 * 60 * 24)))) 17101 && mktime_test ((time_t) (60 * 60 * 24))))
17106 return 1; 17102 return 1;
17107 17103
17108 for (j = 1; ; j <<= 1) 17104 for (j = 1; 0 < j; j *= 2)
17109 if (! bigtime_test (j)) 17105 if (! bigtime_test (j))
17110 return 1; 17106 return 1;
17111 else if (INT_MAX / 2 < j) 17107 if (! bigtime_test (j - 1))
17112 break;
17113 if (! bigtime_test (INT_MAX))
17114 return 1; 17108 return 1;
17115 } 17109 }
17116 return ! (irix_6_4_bug () && spring_forward_gap () && year_2050_test ()); 17110 return ! (irix_6_4_bug () && spring_forward_gap () && year_2050_test ());