Remove duplicated SYSTEM_ID_DEFAULT definitions.
This commit is contained in:
parent
a11dc48b63
commit
5597b179bd
|
@ -70,18 +70,6 @@
|
|||
#define SYSTEM_ID_DEFAULT "LINUX"
|
||||
#endif
|
||||
|
||||
#ifdef __FreeBSD__
|
||||
#define SYSTEM_ID_DEFAULT "FreeBSD"
|
||||
#endif
|
||||
|
||||
#ifdef __OpenBSD__
|
||||
#define SYSTEM_ID_DEFAULT "OpenBSD"
|
||||
#endif
|
||||
|
||||
#ifdef __NetBSD__
|
||||
#define SYSTEM_ID_DEFAULT "NetBSD"
|
||||
#endif
|
||||
|
||||
#ifndef SYSTEM_ID_DEFAULT
|
||||
#define SYSTEM_ID_DEFAULT "Unknown"
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue