rb_define_syslog_const 256 ext/syslog/syslog.c     rb_define_syslog_const(LOG_PID);
rb_define_syslog_const 259 ext/syslog/syslog.c     rb_define_syslog_const(LOG_CONS);
rb_define_syslog_const 262 ext/syslog/syslog.c     rb_define_syslog_const(LOG_ODELAY); /* deprecated */
rb_define_syslog_const 265 ext/syslog/syslog.c     rb_define_syslog_const(LOG_NDELAY);
rb_define_syslog_const 268 ext/syslog/syslog.c     rb_define_syslog_const(LOG_NOWAIT); /* deprecated */
rb_define_syslog_const 271 ext/syslog/syslog.c     rb_define_syslog_const(LOG_PERROR);
rb_define_syslog_const 276 ext/syslog/syslog.c     rb_define_syslog_const(LOG_AUTH);
rb_define_syslog_const 279 ext/syslog/syslog.c     rb_define_syslog_const(LOG_AUTHPRIV);
rb_define_syslog_const 282 ext/syslog/syslog.c     rb_define_syslog_const(LOG_CONSOLE);
rb_define_syslog_const 285 ext/syslog/syslog.c     rb_define_syslog_const(LOG_CRON);
rb_define_syslog_const 288 ext/syslog/syslog.c     rb_define_syslog_const(LOG_DAEMON);
rb_define_syslog_const 291 ext/syslog/syslog.c     rb_define_syslog_const(LOG_FTP);
rb_define_syslog_const 294 ext/syslog/syslog.c     rb_define_syslog_const(LOG_KERN);
rb_define_syslog_const 297 ext/syslog/syslog.c     rb_define_syslog_const(LOG_LPR);
rb_define_syslog_const 300 ext/syslog/syslog.c     rb_define_syslog_const(LOG_MAIL);
rb_define_syslog_const 303 ext/syslog/syslog.c     rb_define_syslog_const(LOG_NEWS);
rb_define_syslog_const 306 ext/syslog/syslog.c    rb_define_syslog_const(LOG_NTP);
rb_define_syslog_const 309 ext/syslog/syslog.c     rb_define_syslog_const(LOG_SECURITY);
rb_define_syslog_const 312 ext/syslog/syslog.c     rb_define_syslog_const(LOG_SYSLOG);
rb_define_syslog_const 315 ext/syslog/syslog.c     rb_define_syslog_const(LOG_USER);
rb_define_syslog_const 318 ext/syslog/syslog.c     rb_define_syslog_const(LOG_UUCP);
rb_define_syslog_const 321 ext/syslog/syslog.c     rb_define_syslog_const(LOG_LOCAL0);
rb_define_syslog_const 324 ext/syslog/syslog.c     rb_define_syslog_const(LOG_LOCAL1);
rb_define_syslog_const 327 ext/syslog/syslog.c     rb_define_syslog_const(LOG_LOCAL2);
rb_define_syslog_const 330 ext/syslog/syslog.c     rb_define_syslog_const(LOG_LOCAL3);
rb_define_syslog_const 333 ext/syslog/syslog.c     rb_define_syslog_const(LOG_LOCAL4);
rb_define_syslog_const 336 ext/syslog/syslog.c     rb_define_syslog_const(LOG_LOCAL5);
rb_define_syslog_const 339 ext/syslog/syslog.c     rb_define_syslog_const(LOG_LOCAL6);
rb_define_syslog_const 342 ext/syslog/syslog.c     rb_define_syslog_const(LOG_LOCAL7);
rb_define_syslog_const 350 ext/syslog/syslog.c     rb_define_syslog_const(LOG_EMERG);
rb_define_syslog_const 354 ext/syslog/syslog.c     rb_define_syslog_const(LOG_ALERT);
rb_define_syslog_const 358 ext/syslog/syslog.c     rb_define_syslog_const(LOG_CRIT);
rb_define_syslog_const 362 ext/syslog/syslog.c     rb_define_syslog_const(LOG_ERR);
rb_define_syslog_const 366 ext/syslog/syslog.c     rb_define_syslog_const(LOG_WARNING);
rb_define_syslog_const 370 ext/syslog/syslog.c     rb_define_syslog_const(LOG_NOTICE);
rb_define_syslog_const 374 ext/syslog/syslog.c     rb_define_syslog_const(LOG_INFO);
rb_define_syslog_const 378 ext/syslog/syslog.c     rb_define_syslog_const(LOG_DEBUG);