yacconfig.h
上传用户:zm130024
上传日期:2007-01-04
资源大小:432k
文件大小:4k
源码类别:

代理服务器

开发平台:

Unix_Linux

  1. /*
  2.  * Copyright (c) 1997, 1998, 1999
  3.  *      Inferno Nettverk A/S, Norway.  All rights reserved.
  4.  *
  5.  * Redistribution and use in source and binary forms, with or without
  6.  * modification, are permitted provided that the following conditions
  7.  * are met:
  8.  * 1. The above copyright notice, this list of conditions and the following
  9.  *    disclaimer must appear in all copies of the software, derivative works
  10.  *    or modified versions, and any portions thereof, aswell as in all
  11.  *    supporting documentation.
  12.  * 2. All advertising materials mentioning features or use of this software
  13.  *    must display the following acknowledgement:
  14.  *      This product includes software developed by
  15.  *      Inferno Nettverk A/S, Norway.
  16.  * 3. The name of the author may not be used to endorse or promote products
  17.  *    derived from this software without specific prior written permission.
  18.  *
  19.  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
  20.  * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  21.  * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
  22.  * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
  23.  * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
  24.  * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  25.  * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  26.  * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  27.  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
  28.  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  29.  *
  30.  * Inferno Nettverk A/S requests users of this software to return to
  31.  *
  32.  *  Software Distribution Coordinator  or  sdc@inet.no
  33.  *  Inferno Nettverk A/S
  34.  *  Oslo Research Park
  35.  *  Gaustadal閑n 21
  36.  *  N-0349 Oslo
  37.  *  Norway
  38.  *
  39.  * any improvements or extensions that they make and grant Inferno Nettverk A/S
  40.  * the rights to redistribute these changes.
  41.  *
  42.  */
  43. /* $Id: yacconfig.h,v 1.6 1999/05/13 13:27:34 karls Exp $ */
  44. #if 1
  45. #define yyact socks_yyact
  46. #define yychar socks_yychar
  47. #define yychk socks_yychk
  48. #define yydebug socks_yydebug
  49. #define yydef socks_yydef
  50. #define yyerrflag socks_yyerrflag
  51. #define yyerror socks_yyerror
  52. #define yyexca socks_yyexca
  53. #define yylex socks_yylex
  54. #define yylval socks_yylval
  55. #define yynerrs socks_yynerrs
  56. #define yypact socks_yypact
  57. #define yyparse socks_yyparse
  58. #define yypgo socks_yypgo
  59. #define yyps socks_yyps
  60. #define yypv socks_yypv
  61. #define yyr1 socks_yyr1
  62. #define yyr2 socks_yyr2
  63. #define yyreds socks_yyreds
  64. #define yys socks_yys
  65. #define yystate socks_yystate
  66. #define yytmp socks_yytmp
  67. #define yytoks socks_yytoks
  68. #define yyv socks_yyv
  69. #define yyval socks_yyval
  70. #define yyback socks_yyback
  71. #define yybgin socks_yybgin
  72. #define yycrank socks_yycrank
  73. #define yyerror socks_yyerror
  74. #define yyestate socks_yyestate
  75. #define yyextra socks_yyextra
  76. #define yyfnd socks_yyfnd
  77. #define yyin socks_yyin
  78. #define yyinput socks_yyinput
  79. #define yyleng socks_yyleng
  80. #define yylex socks_yylex
  81. #define yylineno socks_yylineno
  82. #define yylook socks_yylook
  83. #define yylsp socks_yylsp
  84. #define yylstate socks_yylstate
  85. #define yylval socks_yylval
  86. #define yymatch socks_yymatch
  87. #define yymorfg socks_yymorfg
  88. #define yyolsp socks_yyolsp
  89. #define yyout socks_yyout
  90. #define yyoutout socks_yyoutout
  91. #define yyprevious socks_yyprevious
  92. #define yysbuf socks_yysbuf
  93. #define yysptr socks_yysptr
  94. #define yysvec socks_yysvec
  95. #define yytchar socks_yytchar
  96. #define yytext socks_yytext
  97. #define yytop socks_yytop
  98. #define yyunput socks_yyunput
  99. #define yyvstop socks_yyvstop
  100. /*#define yywrap socks_yywrap */
  101. #define yy_create_buffer socks_yy_create_buffer
  102. #define yy_delete_buffer socks_yy_delete_buffer
  103. #define yy_init_buffer socks_yy_init_buffer
  104. #define yy_load_buffer_state socks_yy_load_buffer_state
  105. #define yy_switch_to_buffer socks_yy_switch_to_buffer
  106. #define yyleng socks_yyleng
  107. #define yyrestart socks_yyrestart
  108. #endif
  109. #if 0
  110. #define yylhs
  111. #define yylen
  112. #define yydefred
  113. #define yydgoto
  114. #define yysindex
  115. #define yygindex
  116. #define yytable
  117. #define yycheck
  118. #define yylhs
  119. #define yylhs
  120. #define yylhs
  121. #endif