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

📄 configure.in

📁 mysql+ha. 实现高可用性 http://code.google.com/p/mysql-master-master/
💻 IN
字号:
dnl Process this file with autoconf to produce a configure script.AC_INIT(fping.c)AM_INIT_AUTOMAKE(fping, 2.4b2_to)AM_CONFIG_HEADER(config.h)#VERSION=2.4b2#PACKAGE=fpingAC_SUBST(PACKAGE)AC_SUBST(VERSION)AC_DEFINE_UNQUOTED(VERSION,"$VERSION")dnl Checks for programs.AC_PROG_CCAC_PROG_CPPAC_PROG_INSTALLdnl Checks for libraries.AC_CHECK_FUNC(gethostbyname)if test $ac_cv_func_gethostbyname = no; then    AC_CHECK_LIB(nsl, gethostbyname)fiAC_CHECK_FUNC(connect)if test $ac_cv_func_connect = no; then    AC_CHECK_LIB(socket, connect)fidnl Checks for header files.AC_CHECK_HEADERS(unistd.h sys/file.h stdlib.h sys/select.h)AC_OUTPUT(Makefile)

⌨️ 快捷键说明

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