patch for opkg_download.c compile abort
[project/opkg-lede.git] / libbb / libbb.h
index 17f3c25cf905ab581b72e2752bff1d5872dd2908..619b400d5fe3618fa1aa763cfad0d919769ec74a 100644 (file)
 
 #include <features.h>
 
+#ifndef FALSE
 #define FALSE   ((int) 0)
+#endif
+
+#ifndef TRUE
 #define TRUE    ((int) 1)
+#endif
 
 extern void error_msg(const char *s, ...) __attribute__ ((format (printf, 1, 2)));
 extern void error_msg_and_die(const char *s, ...) __attribute__ ((noreturn, format (printf, 1, 2)));