7 lines
86 B
C
7 lines
86 B
C
#ifndef __SYSTYPE_H
|
|
#define __SYSTYPE_H
|
|
|
|
#define OSTYPE_LINUX
|
|
|
|
#endif /* SYSTYPE_H */
|