configure.ac

来自「ser作为一个高效、高度可配置的simple服务器」· AC 代码 · 共 33 行

AC
33
字号
#                                               -*- Autoconf -*-# Process this file with autoconf to produce a configure script.AC_PREREQ(2.58)AC_INIT(rtpproxy, 0.3, sobomax@portaone.com)AM_INIT_AUTOMAKE(rtpproxy, 0.3)AM_MAINTAINER_MODEAC_CONFIG_SRCDIR([main.c])AM_CONFIG_HEADER([config.h])# Checks for programs.AC_PROG_CC# Checks for libraries.# Checks for header files.AC_HEADER_STDCAC_CHECK_HEADERS([arpa/inet.h fcntl.h limits.h netdb.h netinet/in.h stdlib.h string.h strings.h sys/socket.h sys/time.h unistd.h])# Checks for typedefs, structures, and compiler characteristics.AC_C_CONSTAC_HEADER_TIME# Checks for library functions.AC_FUNC_ALLOCAAC_FUNC_MALLOCAC_FUNC_MEMCMPAC_TYPE_SIGNALAC_CHECK_FUNCS([atexit gettimeofday memset mkdir socket strchr strdup strerror])AC_CONFIG_FILES([Makefile])AC_OUTPUT

⌨️ 快捷键说明

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