#if defined(__linux__) #ifndef DISTRO_H #define DISTRO_H void display_distro(); const char *distroname; #endif #endif