⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 aclocal.m4

📁 gcc-2.95.3 Linux下最常用的C编译器
💻 M4
字号:
dnl See whether we have struct timezonednl LIBU77_HAVE_STRUCT_TIMEZONEAC_DEFUN(LIBU77_HAVE_STRUCT_TIMEZONE,[AC_MSG_CHECKING([whether struct timezone exists])AC_CACHE_VAL(libu77_cv_have_struct_timezone,[AC_TRY_COMPILE([#include <sys/time.h>],[struct timezone tz;],libu77_ac_have_struct_timezone=yes, libu77_ac_have_struct_timezone=no)])if test $libu77_ac_have_struct_timezone = yes; then  AC_MSG_RESULT(yes)  AC_DEFINE_UNQUOTED(HAVE_STRUCT_TIMEZONE)else  AC_MSG_RESULT(no)fi])dnl

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -