Remove duplicated SYSTEM_ID_DEFAULT definitions.

This commit is contained in:
tsutsui 2024-05-31 20:32:03 +00:00
parent a11dc48b63
commit 5597b179bd
1 changed files with 0 additions and 12 deletions

View File

@ -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