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

📄 neon-test.m4

📁 linux subdivision ying gai ke yi le ba
💻 M4
字号:
# Copyright (C) 2001-2002 Joe Orton <joe@manyfish.co.uk>    -*- autoconf -*-## This file is free software; you may copy and/or distribute it with# or without modifications, as long as this notice is preserved.# This software is distributed in the hope that it will be useful, but# WITHOUT ANY WARRANTY, to the extent permitted by law; without even# the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR# PURPOSE.# The above license applies to THIS FILE ONLY, the neon library code# itself may be copied and distributed under the terms of the GNU# LGPL, see COPYING.LIB for more details# This file is part of the neon HTTP/WebDAV client library.# See http://www.webdav.org/neon/ for the latest version. # Please send any feedback to <neon@webdav.org># Tests needed for the neon-test common test code.AC_DEFUN([NEON_TEST], [AC_REQUIRE([NEON_COMMON_CHECKS])AC_REQUIRE([AC_TYPE_PID_T])AC_REQUIRE([AC_HEADER_TIME])dnl NEON_XML_PARSER may add things (e.g. -I/usr/local/include) to dnl CPPFLAGS which make "gcc -Werror" fail in NEON_FORMAT; suggestdnl this macro is used first.AC_BEFORE([$0], [NEON_XML_PARSER])AC_CHECK_HEADERS(sys/time.h)AC_CHECK_FUNCS(pipe isatty usleep shutdown)AC_REQUIRE([NE_FIND_AR])NEON_FORMAT(time_t, [#ifdef HAVE_SYS_TIME_H#include <sys/time.h>#endif])])

⌨️ 快捷键说明

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