axsyslog-path.h 293 B

123456789101112
  1. /* <bits/axsyslog-path.h> -- _AXPATH_LOG definition */
  2. #ifndef _SYS_AXSYSLOG_H
  3. # error "Never include this file directly. Use <sys/axsyslog.h> instead"
  4. #endif
  5. #ifndef _BITS_AXSYSLOG_PATH_H
  6. #define _BITS_AXSYSLOG_PATH_H 1
  7. #define _AXPATH_LOG "/dev/axlog"
  8. #endif /* bits/axsyslog-path.h */