ArDrone SDK 1.8 added
[mardrone] / mardrone / ARDrone_SDK_Version_1_8_20110726 / ARDroneLib / VP_SDK / VP_Os / syslog.h
1 #ifndef _SYSLOG_H_
2 #define _SYSLOG_H_
3
4 #define LOG_PID 0x01
5 #define LOG_CONS 0x02
6 #define LOG_PERROR 0x20
7 #define openlog(A,B,C) (void)(A); (void)(B)
8 #define syslog(A,B,C)
9 #define closelog()
10
11 #endif // _SYSLOG_H_