\r
/* Stupid libc doesn't have a reliable way for use to know \r
* that libc5 is being used. Assume this is good enough */ \r
-#if defined __GLIBC__ || defined __UCLIBC__\r
+#if ! defined __GLIBC__ || ! defined __UCLIBC__\r
#error Sorry. Looks like you are using libc5. \r
-#error libc5 shm support isn't good enough.\r
+#error libc5 shm support isnt good enough.\r
#error Please disable BB_FEATURE_IPC_SYSLOG \r
#endif \r
\r
\r
/* Stupid libc doesn't have a reliable way for use to know \r
* that libc5 is being used. Assume this is good enough */ \r
-#if defined __GLIBC__ || defined __UCLIBC__\r
+#if ! defined __GLIBC__ || ! defined __UCLIBC__\r
#error Sorry. Looks like you are using libc5. \r
-#error libc5 shm support isn't good enough.\r
+#error libc5 shm support isnt good enough.\r
#error Please disable BB_FEATURE_IPC_SYSLOG \r
#endif \r
\r