📄 herrno.m4
字号:
dnl *dnl * Copyright (c) 2001 Motoyuki Kasaharadnl *dnl * Redistribution and use in source and binary forms, with or withoutdnl * modification, are permitted provided that the following conditionsdnl * are met:dnl * 1. Redistributions of source code must retain the above copyrightdnl * notice, this list of conditions and the following disclaimer.dnl * 2. Redistributions in binary form must reproduce the above copyrightdnl * notice, this list of conditions and the following disclaimer in thednl * documentation and/or other materials provided with the distribution.dnl * 3. Neither the name of the project nor the names of its contributorsdnl * may be used to endorse or promote products derived from this softwarednl * without specific prior written permission.dnl * dnl * THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' ANDdnl * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THEdnl * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULARdnl * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE PROJECT OR CONTRIBUTORSBEdnl * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, ORdnl * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OFdnl * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESSdnl * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER INdnl * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)dnl * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OFdnl * THE POSSIBILITY OF SUCH DAMAGE.dnl *dnl * dnl * Check for h_errno.dnl *AC_DEFUN([AC_DECL_H_ERRNO],[AC_CACHE_CHECK(for h_errno declaration in netdb.h, ac_cv_decl_h_errno,[AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <netdb.h>]], [[h_errno = 0;]])],[ac_cv_decl_h_errno=yes],[ac_cv_decl_h_errno=no])])if test "$ac_cv_decl_h_errno" = yes; then AC_DEFINE(H_ERRNO_DECLARED, 1,[Define to 1 if `h_errno' is declared by <netdb.h>])fi])
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -