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

📄 configure.in

📁 用socket写的802.1x程序代码
💻 IN
字号:
#                                               -*- Autoconf -*-# Process this file with autoconf to produce a configure script.#AC_PREREQ(2.57)AC_INIT(mystar.c)AM_INIT_AUTOMAKE(cui, 1.0)#AC_CONFIG_SRCDIR([blog.h])#AC_CONFIG_HEADER([config.h])# Checks for programs.AC_PROG_CC# Checks for libraries.# Checks for header files.#AC_HEADER_STDC#AC_CHECK_HEADERS([arpa/inet.h fcntl.h netinet/in.h stdlib.h string.h sys/ioctl.h sys/socket.h sys/time.h unistd.h])# Checks for typedefs, structures, and compiler characteristics.#AC_C_CONST#AC_C_VOLATILE# Checks for library functions.#AC_PROG_GCC_TRADITIONAL#AC_FUNC_MEMCMP#AC_TYPE_SIGNAL#AC_CHECK_FUNCS([memset socket])AC_OUTPUT(Makefile)

⌨️ 快捷键说明

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