syslog.h 255 B

1234567891011121314151617
  1. #ifndef _INCLUDE_CFG_SYSLOG_H_
  2. #define _INCLUDE_CFG_SYSLOG_H_
  3. /*
  4. * Do not edit! Automatically generated on Thu Feb 4 13:47:09 2016
  5. */
  6. #ifndef SYSLOG_PORT
  7. #define SYSLOG_PORT 514
  8. #endif
  9. #ifndef SYSLOG_MAXBUF
  10. #define SYSLOG_MAXBUF 256
  11. #endif
  12. #endif