📄 utimbuf.m4
字号:
dnldnl Macro: indent_UTIMBUFdnldnl Check if we have `struct utimbuf'.dnlAC_DEFUN(indent_UTIMBUF,[dnl Do we have a working utime.h?AC_CACHE_CHECK([if struct utimbuf needs -posix], unet_cv_sys_utimbuf_needs_posix,[AC_TRY_COMPILE([#include <sys/types.h>#include <utime.h>],[struct utimbuf buf;], unet_cv_sys_utimbuf_needs_posix=no,[OLDCFLAGS="$CFLAGS"CFLAGS="$CFLAGS -posix"AC_TRY_COMPILE([#include <sys/types.h>#include <utime.h>],[struct utimbuf buf;], unet_cv_sys_utimbuf_needs_posix=yes,unet_cv_sys_utimbuf_needs_posix=no)CFLAGS="$OLDCFLAGS"])])if test $unet_cv_sys_utimbuf_needs_posix = yes; then CFLAGS="$CFLAGS -posix"fi])
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -