File tree Expand file tree Collapse file tree 3 files changed +1
-15
lines changed Expand file tree Collapse file tree 3 files changed +1
-15
lines changed Original file line number Diff line number Diff line change 6060 the CoreFoundation framework. */
6161#undef HAVE_CFPREFERENCESCOPYAPPVALUE
6262
63- /* curses has color_set function */
64- #undef HAVE_COLOR_SET
65-
6663/* Define if the GNU dcgettext() function is already present or preinstalled.
6764 */
6865#undef HAVE_DCGETTEXT
8582/* Define if the GNU gettext() function is already present or preinstalled. */
8683#undef HAVE_GETTEXT
8784
88- /* Define to 1 if you have the `gettimeofday' function. */
89- #undef HAVE_GETTIMEOFDAY
90-
9185/* Define if you have the iconv() function and it works. */
9286#undef HAVE_ICONV
9387
Original file line number Diff line number Diff line change 35493549
35503550
35513551
3552-
35533552printf "%s\n" "#define __USE_STRING_INLINES 1" >>confdefs.h
35543553
35553554
@@ -20251,12 +20250,6 @@ then :
2025120250 printf "%s\n" "#define HAVE_STRTOL 1" >>confdefs.h
2025220251
2025320252fi
20254- ac_fn_c_check_func "$LINENO" "gettimeofday" "ac_cv_func_gettimeofday"
20255- if test "x$ac_cv_func_gettimeofday" = xyes
20256- then :
20257- printf "%s\n" "#define HAVE_GETTIMEOFDAY 1" >>confdefs.h
20258-
20259- fi
2026020253
2026120254
2026220255# Check for timezone
Original file line number Diff line number Diff line change @@ -71,7 +71,6 @@ AH_TEMPLATE([COB_HAS_INLINE], [Can use inline keyword])
7171AH_TEMPLATE ( [ COB_NO_SELFOPEN] , [ Can not dlopen self] )
7272AH_TEMPLATE ( [ COB_STRFTIME] , [ Can use strftime for timezone] )
7373AH_TEMPLATE ( [ COB_LI_IS_LL] , [ long int is long long] )
74- AH_TEMPLATE ( [ HAVE_COLOR_SET] , [ curses has color_set function] )
7574
7675AC_DEFINE ( __USE_STRING_INLINES )
7776
179178AC_FUNC_ALLOCA
180179AC_FUNC_VPRINTF
181180AC_CHECK_FUNCS ( [ memmove memset setlocale fcntl strerror \
182- strcasecmp strchr strrchr strdup strstr strtol gettimeofday ] )
181+ strcasecmp strchr strrchr strdup strstr strtol] )
183182
184183# Check for timezone
185184AC_COMPILE_IFELSE ( [ AC_LANG_PROGRAM ( [ [ #include <time.h>] ] , [ [ timezone = 3600;] ] ) ] ,
You can’t perform that action at this time.
0 commit comments