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

📄 configure.ac

📁 It s a tool designed to extract as much information as possible from Bluetooth devices without the r
💻 AC
字号:
# ------------------------------------------------------------------------------# Copyright (C) 2005, SWECO, All Rights Reserved.## Process this file with autoconf to produce a configure script## $Id$#  # Author: Zsolt Molnar (Zsolt.Molnar@ieee.org)# ------------------------------------------------------------------------------AC_INIT([PIC Bluetooth Web Server], 0.01, Zsolt.Molnar@sweco.fi, picMessager)AM_INIT_AUTOMAKE([PIC Bluetooth Web Server], 0.01)AC_CONFIG_SRCDIR([src/main.cpp])AM_CONFIG_HEADER(config.h)# Checks for header files.AC_HEADER_STDCAC_HEADER_SYS_WAITAC_CHECK_HEADERS([arpa/inet.h fcntl.h float.h limits.h netdb.h netinet/in.h stdlib.h string.h strings.h sys/socket.h sys/time.h sys/timeb.h unistd.h termios.h])# Checks for typedefs, structures, and compiler characteristics.AC_HEADER_STDBOOLAC_C_CONSTAC_TYPE_PID_TAC_TYPE_SIZE_TAC_HEADER_TIMEAC_STRUCT_TM# Checks for library functions.AC_FUNC_FORKAC_FUNC_GETPGRPAC_PROG_GCC_TRADITIONALAC_FUNC_MALLOCAC_FUNC_MKTIMEAC_FUNC_REALLOCAC_FUNC_SELECT_ARGTYPESAC_FUNC_STRFTIMEAC_FUNC_STRTODAC_FUNC_STATAC_TYPE_MODE_TAC_CHECK_FUNCS([ftime gethostbyname gettimeofday localtime_r memset putenv select socket strchr strerror strstr tzset mkdir])# Checks for programs.AC_PROG_CXXAC_PROG_CCAC_DEFINE(PATH_SEPARATOR, "/", "File path separator")AC_CONFIG_FILES([Makefile                 src/Makefile])				 AC_OUTPUT

⌨️ 快捷键说明

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