bmsd/bms.h

changeset 746
44d929ff268e
parent 703
faeede125639
child 747
b6fbe6821468
equal deleted inserted replaced
745:3addb8cfcc3e 746:44d929ff268e
5 #ifndef _BMS_H 5 #ifndef _BMS_H
6 #define _BMS_H 6 #define _BMS_H
7 7
8 #define TRUE 1 8 #define TRUE 1
9 #define FALSE 0 9 #define FALSE 0
10
11 #define _GNU_SOURCE // for secure_getenv()
10 12
11 #include "../config.h" 13 #include "../config.h"
12 14
13 #include <stdlib.h> 15 #include <stdlib.h>
14 #include <stdio.h> 16 #include <stdio.h>

mercurial