003 File Manager
Current Path:
/usr/src/contrib/byacc
usr
/
src
/
contrib
/
byacc
/
📁
..
📄
ACKNOWLEDGEMENTS
(771 B)
📄
AUTHORS
(247 B)
📄
CHANGES
(150.04 KB)
📄
MANIFEST
(41.11 KB)
📄
Makefile.old
(1.26 KB)
📄
NEW_FEATURES
(2 KB)
📄
NOTES
(504 B)
📄
NO_WARRANTY
(156 B)
📄
README
(1.37 KB)
📄
README.BTYACC
(22.02 KB)
📄
VERSION
(9 B)
📄
aclocal.m4
(51.8 KB)
📄
btyaccpar.c
(46.94 KB)
📄
btyaccpar.skel
(36.6 KB)
📄
closure.c
(4.18 KB)
📄
config.guess
(47.31 KB)
📄
config.sub
(30.87 KB)
📄
config_h.in
(2.66 KB)
📄
configure
(205.86 KB)
📄
configure.in
(1.57 KB)
📄
defs.h
(15.1 KB)
📄
descrip.mms
(1.14 KB)
📄
error.c
(8.83 KB)
📄
graph.c
(1.92 KB)
📄
install-sh
(6.96 KB)
📄
lalr.c
(10.74 KB)
📄
lr0.c
(9.85 KB)
📄
main.c
(14.75 KB)
📄
makefile.in
(3.39 KB)
📄
mkpar.c
(7.71 KB)
📄
mstring.c
(3.37 KB)
📄
output.c
(40.19 KB)
📁
package
📄
reader.c
(67.01 KB)
📄
skel2c
(2.81 KB)
📄
symtab.c
(1.88 KB)
📁
test
📄
verbose.c
(7.37 KB)
📄
vmsbuild.com
(5.46 KB)
📄
warshall.c
(1.12 KB)
📄
yacc.1
(12.82 KB)
📄
yaccpar.c
(11.96 KB)
📄
yaccpar.skel
(8.83 KB)
Editing: configure.in
dnl Process this file with 'autoconf' to produce a 'configure' script dnl $Id: configure.in,v 1.23 2020/03/10 22:53:47 tom Exp $ AC_PREREQ(2.52.20200111) AC_REVISION($Revision: 1.23 $) AC_INIT(main.c) AC_CONFIG_HEADER(config.h:config_h.in) CF_CHECK_CACHE([AC_CANONICAL_SYSTEM]) AC_ARG_PROGRAM CF_PROG_CC AC_PROG_MAKE_SET AC_PROG_INSTALL CF_MAKE_TAGS CF_PROG_AWK CF_PROG_LINT CF_WITHOUT_X CF_XOPEN_SOURCE AC_CHECK_HEADERS(fcntl.h) CF_MKSTEMP CF_GETOPT_HEADER AC_HAVE_FUNCS(getopt vsnprintf) AC_MSG_CHECKING(for maximum table size) AC_ARG_WITH([max-table-size], [AC_HELP_STRING([--with-max-table-size=N], [set the maximum table size = N (no default)])]) if test -n "$with_max_table_size" then AC_MSG_RESULT($with_max_table_size) check=`expr "$with_max_table_size" + 0` if test "x$check" != "x$with_max_table_size" then AC_MSG_ERROR([invalid value for --with-max-table-size: $with_max_table_size]) fi AC_DEFINE_UNQUOTED(MAXTABLE,$with_max_table_size,[Define to maximum table size (default: 32500)]) else AC_MSG_RESULT(default) fi AC_MSG_CHECKING(if backtracking extension is wanted) AC_ARG_ENABLE([btyacc], [AC_HELP_STRING([--enable-btyacc], [turn on support for the btyacc backtracking extension (default: no)])]) AC_MSG_RESULT($enable_btyacc) if test "$enable_btyacc" = "yes"; then AC_DEFINE(YYBTYACC,1,[Define to 1 to enable backtracking extension]) SKELETON=btyaccpar else SKELETON=yaccpar fi AC_SUBST(SKELETON) CF_WITH_WARNINGS(Wwrite-strings) CF_DISABLE_ECHO CF_DISABLE_LEAKS CF_WITH_MAN2HTML AC_TYPE_MODE_T ### output makefile AC_OUTPUT(makefile) CF_MAKE_DOCS(yacc,1)
Upload File
Create Folder