13 lines
130 B
C
13 lines
130 B
C
|
#ifndef LOGFILE
|
||
|
#define LOGFILE "/var/log/boot"
|
||
|
#endif
|
||
|
|
||
|
#ifndef TRUE
|
||
|
#define TRUE 1
|
||
|
#endif
|
||
|
|
||
|
#ifndef FALSE
|
||
|
#define FALSE 0
|
||
|
#endif
|
||
|
|