Add docs for tap, and update all other documentation.
[m6w6/libmemcached] / libmemcached / options / parser.h
1 /* A Bison parser, made by GNU Bison 2.4.3. */
2
3 /* Skeleton interface for Bison's Yacc-like parsers in C
4
5 Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
6 2009, 2010 Free Software Foundation, Inc.
7
8 This program is free software: you can redistribute it and/or modify
9 it under the terms of the GNU General Public License as published by
10 the Free Software Foundation, either version 3 of the License, or
11 (at your option) any later version.
12
13 This program is distributed in the hope that it will be useful,
14 but WITHOUT ANY WARRANTY; without even the implied warranty of
15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 GNU General Public License for more details.
17
18 You should have received a copy of the GNU General Public License
19 along with this program. If not, see <http://www.gnu.org/licenses/>. */
20
21 /* As a special exception, you may create a larger work that contains
22 part or all of the Bison parser skeleton and distribute that work
23 under terms of your choice, so long as that work isn't itself a
24 parser generator using the skeleton or a modified version thereof
25 as a parser skeleton. Alternatively, if you modify or redistribute
26 the parser skeleton itself, you may (at your option) remove this
27 special exception, which will cause the skeleton and the resulting
28 Bison output files to be licensed under the GNU General Public
29 License without this special exception.
30
31 This special exception was added by the Free Software Foundation in
32 version 2.2 of Bison. */
33
34
35 /* Tokens. */
36 #ifndef YYTOKENTYPE
37 # define YYTOKENTYPE
38 /* Put the tokens into the symbol table, so that GDB and other debuggers
39 know about them. */
40 enum yytokentype {
41 COMMENT = 258,
42 END = 259,
43 ERROR = 260,
44 RESET = 261,
45 PARSER_DEBUG = 262,
46 INCLUDE = 263,
47 CONFIGURE_FILE = 264,
48 EMPTY_LINE = 265,
49 SERVER = 266,
50 SERVERS = 267,
51 SERVERS_OPTION = 268,
52 UNKNOWN_OPTION = 269,
53 UNKNOWN = 270,
54 BINARY_PROTOCOL = 271,
55 BUFFER_REQUESTS = 272,
56 CONNECT_TIMEOUT = 273,
57 DISTRIBUTION = 274,
58 HASH = 275,
59 HASH_WITH_NAMESPACE = 276,
60 IO_BYTES_WATERMARK = 277,
61 IO_KEY_PREFETCH = 278,
62 IO_MSG_WATERMARK = 279,
63 KETAMA_HASH = 280,
64 KETAMA_WEIGHTED = 281,
65 NOREPLY = 282,
66 NUMBER_OF_REPLICAS = 283,
67 POLL_TIMEOUT = 284,
68 RANDOMIZE_REPLICA_READ = 285,
69 RCV_TIMEOUT = 286,
70 REMOVE_FAILED_SERVERS = 287,
71 RETRY_TIMEOUT = 288,
72 SND_TIMEOUT = 289,
73 SOCKET_RECV_SIZE = 290,
74 SOCKET_SEND_SIZE = 291,
75 SORT_HOSTS = 292,
76 SUPPORT_CAS = 293,
77 USER_DATA = 294,
78 USE_UDP = 295,
79 VERIFY_KEY = 296,
80 _TCP_KEEPALIVE = 297,
81 _TCP_KEEPIDLE = 298,
82 _TCP_NODELAY = 299,
83 NAMESPACE = 300,
84 MD5 = 301,
85 CRC = 302,
86 FNV1_64 = 303,
87 FNV1A_64 = 304,
88 FNV1_32 = 305,
89 FNV1A_32 = 306,
90 HSIEH = 307,
91 MURMUR = 308,
92 JENKINS = 309,
93 CONSISTENT = 310,
94 MODULA = 311,
95 RANDOM = 312,
96 TRUE = 313,
97 FALSE = 314,
98 FLOAT = 315,
99 NUMBER = 316,
100 PORT = 317,
101 WEIGHT_START = 318,
102 IPADDRESS = 319,
103 HOSTNAME = 320,
104 STRING = 321,
105 QUOTED_STRING = 322,
106 FILE_PATH = 323
107 };
108 #endif
109
110
111
112 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
113
114 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
115 # define YYSTYPE_IS_DECLARED 1
116 #endif
117
118
119
120