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

📄 config.status

📁 Linux下的MUD客户端程序
💻 STATUS
字号:
#!/bin/sh# Generated automatically by configure.# Run this file to recreate the current configuration.# This directory was configured as follows,# on host hades:## ./configure ac_cs_usage="Usage: config.status [--recheck] [--version] [--help]"for ac_optiondo  case "$ac_option" in  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)    echo running ${CONFIG_SHELL-/bin/sh} ./configure  --no-create    exec ${CONFIG_SHELL-/bin/sh} ./configure  --no-create ;;  -version | --version | --versio | --versi | --vers | --ver | --ve | --v)    echo "config.status generated by autoconf version 1.11"    exit 0 ;;  -help | --help | --hel | --he | --h)    echo "$ac_cs_usage"; exit 0 ;;  *) echo "$ac_cs_usage"; exit 1 ;;  esacdonetrap 'rm -fr Makefile config.h conftest*; exit 1' 1 2 15CC='gcc'CFLAGS='-g -O'LDFLAGS=''CPP='gcc -E'INSTALL='/store/gnu/bin/install -c'INSTALL_PROGRAM='${INSTALL}'INSTALL_DATA='${INSTALL} -m 644'RANLIB='ranlib'ALLOCA=''LIBS=''srcdir='.'top_srcdir=''prefix='/usr/local'exec_prefix='${prefix}'ac_prsub=''ac_vpsub='/^[ 	]*VPATH[ 	]*=[^:]*$/d'extrasub=''ac_given_srcdir=$srcdirCONFIG_FILES=${CONFIG_FILES-"Makefile"}for ac_file in .. ${CONFIG_FILES}; do if test "x$ac_file" != x..; then  # Remove last slash and all that follows it.  Not all systems have dirname.  ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`  if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then    # The file is in a subdirectory.    test ! -d "$ac_dir" && mkdir "$ac_dir"    ac_dir_suffix="/$ac_dir"  else    ac_dir_suffix=  fi  # A "../" for each directory in $ac_dir_suffix.  ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`  case "$ac_given_srcdir" in  .)  srcdir=.      if test -z "$ac_dir_suffix"; then top_srcdir=.      else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;  /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;  *) # Relative path.    srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"    top_srcdir="$ac_dots$ac_given_srcdir" ;;  esac  echo creating "$ac_file"  rm -f "$ac_file"  comment_str="Generated automatically from `echo $ac_file|sed 's|.*/||'`.in by configure."  case "$ac_file" in    *.c | *.h | *.C | *.cc | *.m )  echo "/* $comment_str */" > "$ac_file" ;;    * )          echo "# $comment_str"     > "$ac_file" ;;  esac  sed -e "$ac_prsub$ac_vpsub$extrasubs%@CC@%$CC%gs%@CFLAGS@%$CFLAGS%gs%@LDFLAGS@%$LDFLAGS%gs%@CPP@%$CPP%gs%@INSTALL@%$INSTALL%gs%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%gs%@INSTALL_DATA@%$INSTALL_DATA%gs%@RANLIB@%$RANLIB%gs%@ALLOCA@%$ALLOCA%gs%@LIBS@%$LIBS%gs%@srcdir@%$srcdir%gs%@top_srcdir@%$top_srcdir%gs%@prefix@%$prefix%gs%@exec_prefix@%$exec_prefix%gs%@DEFS@%-DHAVE_CONFIG_H%" $ac_given_srcdir/${ac_file}.in >> $ac_filefi; done# These sed commands are put into ac_sed_defs when defining a macro.# They are broken into pieces to make the sed script easier to manage.# They are passed to sed as "A NAME B NAME C VALUE D", where NAME# is the cpp macro being defined and VALUE is the value it is being given.# Each defining turns into a single global substitution command.# Hopefully no one uses "!" as a variable value.# Other candidates for the sed separators, like , and @, do get used.## ac_d sets the value in "#define NAME VALUE" lines.ac_dA='s!^\([ 	]*\)#\([ 	]*define[ 	][ 	]*\)'ac_dB='\([ 	][ 	]*\)[^ 	]*!\1#\2'ac_dC='\3'ac_dD='!g'# ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".ac_uA='s!^\([ 	]*\)#\([ 	]*\)undef\([ 	][ 	]*\)'ac_uB='\([ 	]\)!\1#\2define\3'ac_uC=' 'ac_uD='\4!g'# ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".ac_eA='s!^\([ 	]*\)#\([ 	]*\)undef\([ 	][ 	]*\)'ac_eB='$!\1#\2define\3'ac_eC=' 'ac_eD='!g'rm -f conftest.sedcat >> conftest.sed <<CONFEOF${ac_dA}HAVE_STRCASECMP${ac_dB}HAVE_STRCASECMP${ac_dC}1${ac_dD}${ac_uA}HAVE_STRCASECMP${ac_uB}HAVE_STRCASECMP${ac_uC}1${ac_uD}${ac_eA}HAVE_STRCASECMP${ac_eB}HAVE_STRCASECMP${ac_eC}1${ac_eD}${ac_dA}HAVE_SIGHOLD${ac_dB}HAVE_SIGHOLD${ac_dC}1${ac_dD}${ac_uA}HAVE_SIGHOLD${ac_uB}HAVE_SIGHOLD${ac_uC}1${ac_uD}${ac_eA}HAVE_SIGHOLD${ac_eB}HAVE_SIGHOLD${ac_eC}1${ac_eD}${ac_dA}HAVE_UNISTD_H${ac_dB}HAVE_UNISTD_H${ac_dC}1${ac_dD}${ac_uA}HAVE_UNISTD_H${ac_uB}HAVE_UNISTD_H${ac_uC}1${ac_uD}${ac_eA}HAVE_UNISTD_H${ac_eB}HAVE_UNISTD_H${ac_eC}1${ac_eD}CONFEOFcat >> conftest.sed <<CONFEOF${ac_dA}HAVE_STDLIB_H${ac_dB}HAVE_STDLIB_H${ac_dC}1${ac_dD}${ac_uA}HAVE_STDLIB_H${ac_uB}HAVE_STDLIB_H${ac_uC}1${ac_uD}${ac_eA}HAVE_STDLIB_H${ac_eB}HAVE_STDLIB_H${ac_eC}1${ac_eD}${ac_dA}HAVE_VARARGS_H${ac_dB}HAVE_VARARGS_H${ac_dC}1${ac_dD}${ac_uA}HAVE_VARARGS_H${ac_uB}HAVE_VARARGS_H${ac_uC}1${ac_uD}${ac_eA}HAVE_VARARGS_H${ac_eB}HAVE_VARARGS_H${ac_eC}1${ac_eD}${ac_dA}HAVE_STRING_H${ac_dB}HAVE_STRING_H${ac_dC}1${ac_dD}${ac_uA}HAVE_STRING_H${ac_uB}HAVE_STRING_H${ac_uC}1${ac_uD}${ac_eA}HAVE_STRING_H${ac_eB}HAVE_STRING_H${ac_eC}1${ac_eD}CONFEOFcat >> conftest.sed <<CONFEOF${ac_dA}HAVE_ALLOCA_H${ac_dB}HAVE_ALLOCA_H${ac_dC}1${ac_dD}${ac_uA}HAVE_ALLOCA_H${ac_uB}HAVE_ALLOCA_H${ac_uC}1${ac_uD}${ac_eA}HAVE_ALLOCA_H${ac_eB}HAVE_ALLOCA_H${ac_eC}1${ac_eD}${ac_dA}HAVE_DIRENT_H${ac_dB}HAVE_DIRENT_H${ac_dC}1${ac_dD}${ac_uA}HAVE_DIRENT_H${ac_uB}HAVE_DIRENT_H${ac_uC}1${ac_uD}${ac_eA}HAVE_DIRENT_H${ac_eB}HAVE_DIRENT_H${ac_eC}1${ac_eD}${ac_dA}HAVE_SYS_PTEM_H${ac_dB}HAVE_SYS_PTEM_H${ac_dC}1${ac_dD}${ac_uA}HAVE_SYS_PTEM_H${ac_uB}HAVE_SYS_PTEM_H${ac_uC}1${ac_uD}${ac_eA}HAVE_SYS_PTEM_H${ac_eB}HAVE_SYS_PTEM_H${ac_eC}1${ac_eD}CONFEOFcat >> conftest.sed <<CONFEOF${ac_dA}HAVE_SYS_STREAM_H${ac_dB}HAVE_SYS_STREAM_H${ac_dC}1${ac_dD}${ac_uA}HAVE_SYS_STREAM_H${ac_uB}HAVE_SYS_STREAM_H${ac_uC}1${ac_uD}${ac_eA}HAVE_SYS_STREAM_H${ac_eB}HAVE_SYS_STREAM_H${ac_eC}1${ac_eD}${ac_dA}HAVE_TERMIO_H${ac_dB}HAVE_TERMIO_H${ac_dC}1${ac_dD}${ac_uA}HAVE_TERMIO_H${ac_uB}HAVE_TERMIO_H${ac_uC}1${ac_uD}${ac_eA}HAVE_TERMIO_H${ac_eB}HAVE_TERMIO_H${ac_eC}1${ac_eD}${ac_dA}HAVE_ALLOCA_H${ac_dB}HAVE_ALLOCA_H${ac_dC}1${ac_dD}${ac_uA}HAVE_ALLOCA_H${ac_uB}HAVE_ALLOCA_H${ac_uC}1${ac_uD}${ac_eA}HAVE_ALLOCA_H${ac_eB}HAVE_ALLOCA_H${ac_eC}1${ac_eD}CONFEOFcat >> conftest.sed <<CONFEOF${ac_dA}HAVE_ALLOCA${ac_dB}HAVE_ALLOCA${ac_dC}1${ac_dD}${ac_uA}HAVE_ALLOCA${ac_uB}HAVE_ALLOCA${ac_uC}1${ac_uD}${ac_eA}HAVE_ALLOCA${ac_eB}HAVE_ALLOCA${ac_eC}1${ac_eD}CONFEOF# This sed command replaces #undef's with comments.  This is necessary, for# example, in the case of _POSIX_SOURCE, which is predefined and required# on some systems where configure will not decide to define it in# config.h.cat >> conftest.sed <<\CONFEOFs,^[ 	]*#[ 	]*undef[ 	][ 	]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,CONFEOFrm -f conftest.h# Break up the sed commands because old seds have small limits.ac_max_sed_lines=20CONFIG_HEADERS=${CONFIG_HEADERS-"config.h"}for ac_file in .. ${CONFIG_HEADERS}; do if test "x$ac_file" != x..; then  echo creating $ac_file  cp $ac_given_srcdir/$ac_file.in conftest.h1  cp conftest.sed conftest.stm  while :  do    ac_lines=`grep -c . conftest.stm`    if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi    rm -f conftest.s1 conftest.s2 conftest.h2    sed ${ac_max_sed_lines}q conftest.stm > conftest.s1 # Like head -20.    sed 1,${ac_max_sed_lines}d conftest.stm > conftest.s2 # Like tail +21.    sed -f conftest.s1 < conftest.h1 > conftest.h2    rm -f conftest.s1 conftest.h1 conftest.stm    mv conftest.h2 conftest.h1    mv conftest.s2 conftest.stm  done  rm -f conftest.stm conftest.h  echo "/* $ac_file.  Generated automatically by configure.  */" > conftest.h  cat conftest.h1 >> conftest.h  rm -f conftest.h1  if cmp -s $ac_file conftest.h 2>/dev/null; then    # The file exists and we would not be changing it.    echo "$ac_file is unchanged"    rm -f conftest.h  else    rm -f $ac_file    mv conftest.h $ac_file  fifi; donerm -f conftest.sed# Makefile uses this timestamp file to record whether config.h is up to date.touch stamp-configexit 0

⌨️ 快捷键说明

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