File tree Expand file tree Collapse file tree 3 files changed +0
-25
lines changed Expand file tree Collapse file tree 3 files changed +0
-25
lines changed Original file line number Diff line number Diff line change @@ -1460,29 +1460,6 @@ AC_DEFUN([PHP_SOCKADDR_CHECKS], [
1460
1460
fi
1461
1461
] )
1462
1462
1463
- dnl
1464
- dnl PHP_DECLARED_TIMEZONE
1465
- dnl
1466
- AC_DEFUN ( [ PHP_DECLARED_TIMEZONE] ,[
1467
- AC_CACHE_CHECK ( for declared timezone , ac_cv_declared_timezone ,[
1468
- AC_COMPILE_IFELSE ( [ AC_LANG_PROGRAM ( [ [
1469
- #include <sys/types.h>
1470
- #include <time.h>
1471
- #ifdef HAVE_SYS_TIME_H
1472
- #include <sys/time.h>
1473
- #endif
1474
- ] ] ,[ [
1475
- time_t foo = (time_t) timezone;
1476
- ] ] ) ] ,[
1477
- ac_cv_declared_timezone=yes
1478
- ] ,[
1479
- ac_cv_declared_timezone=no
1480
- ] ) ] )
1481
- if test "$ac_cv_declared_timezone" = "yes"; then
1482
- AC_DEFINE ( HAVE_DECLARED_TIMEZONE , 1 , [ Whether system headers declare timezone] )
1483
- fi
1484
- ] )
1485
-
1486
1463
dnl
1487
1464
dnl PHP_EBCDIC
1488
1465
dnl
Original file line number Diff line number Diff line change 735
735
736
736
AC_REPLACE_FUNCS ( strlcat strlcpy explicit_bzero getopt )
737
737
AC_FUNC_ALLOCA
738
- PHP_DECLARED_TIMEZONE
739
738
PHP_TIME_R_TYPE
740
739
PHP_READDIR_R_TYPE
741
740
PHP_CHECK_IN_ADDR_T
Original file line number Diff line number Diff line change 80
80
/* Windows specific defines */
81
81
#ifdef PHP_WIN32
82
82
# define PHP_PROG_SENDMAIL "Built in mailer"
83
- # define HAVE_DECLARED_TIMEZONE
84
83
# define WIN32_LEAN_AND_MEAN
85
84
# define NOOPENFILE
86
85
You can’t perform that action at this time.
0 commit comments