#if defined(__sun) #ifndef LOGO_SUNOS_H #define LOGO_SUNOS_H #include #include "colors.h" extern char *LOGO[23]; extern char *LOGO_SMALL[23]; extern const char *color; extern const char *titlecolor; extern size_t logosize; void getDistro(); #endif #endif