mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-05-11 02:57:22 +00:00
added TRUE and FALSE definitions
This commit is contained in:
parent
a74e7d396a
commit
18b6d4cc08
@ -38,6 +38,15 @@
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
|
#ifndef TRUE
|
||||||
|
#define TRUE 1
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#ifndef FALSE
|
||||||
|
#define FALSE 0
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
struct ipmi_intf;
|
struct ipmi_intf;
|
||||||
|
|
||||||
struct valstr {
|
struct valstr {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user