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

代理服务器

开发平台:

Unix_Linux

  1. #define SERVERCONFIG 257
  2. #define CLIENTCONFIG 258
  3. #define DEPRECATED 259
  4. #define CLIENTRULE 260
  5. #define INTERNAL 261
  6. #define EXTERNAL 262
  7. #define DEBUGING 263
  8. #define RESOLVEPROTOCOL 264
  9. #define SRCHOST 265
  10. #define NOMISMATCH 266
  11. #define NOUNKNOWN 267
  12. #define EXTENSION 268
  13. #define BIND 269
  14. #define PRIVILEGED 270
  15. #define IOTIMEOUT 271
  16. #define CONNECTTIMEOUT 272
  17. #define METHOD 273
  18. #define NONE 274
  19. #define GSSAPI 275
  20. #define UNAME 276
  21. #define RFC931 277
  22. #define COMPATIBILITY 278
  23. #define REUSEADDR 279
  24. #define SAMEPORT 280
  25. #define USERNAME 281
  26. #define USER_PRIVILEGED 282
  27. #define USER_UNPRIVILEGED 283
  28. #define USER_LIBWRAP 284
  29. #define LOGOUTPUT 285
  30. #define LOGFILE 286
  31. #define ROUTE 287
  32. #define VIA 288
  33. #define VERDICT_BLOCK 289
  34. #define VERDICT_PASS 290
  35. #define PROTOCOL 291
  36. #define PROTOCOL_TCP 292
  37. #define PROTOCOL_UDP 293
  38. #define PROTOCOL_FAKE 294
  39. #define PROXYPROTOCOL 295
  40. #define PROXYPROTOCOL_SOCKS_V4 296
  41. #define PROXYPROTOCOL_SOCKS_V5 297
  42. #define PROXYPROTOCOL_MSPROXY_V2 298
  43. #define USER 299
  44. #define COMMAND 300
  45. #define COMMAND_BIND 301
  46. #define COMMAND_CONNECT 302
  47. #define COMMAND_UDPASSOCIATE 303
  48. #define COMMAND_BINDREPLY 304
  49. #define COMMAND_UDPREPLY 305
  50. #define ACTION 306
  51. #define LINE 307
  52. #define LIBWRAPSTART 308
  53. #define OPERATOR 309
  54. #define LOG 310
  55. #define LOG_CONNECT 311
  56. #define LOG_DATA 312
  57. #define LOG_DISCONNECT 313
  58. #define LOG_ERROR 314
  59. #define LOG_IOOPERATION 315
  60. #define IPADDRESS 316
  61. #define DOMAIN 317
  62. #define DIRECT 318
  63. #define PORT 319
  64. #define PORTNUMBER 320
  65. #define SERVICENAME 321
  66. #define NUMBER 322
  67. #define FROM 323
  68. #define TO 324
  69. typedef union {
  70. char *string;
  71. uid_t uid;
  72. } YYSTYPE;
  73. extern YYSTYPE socks_yylval;