Let's just remove all the UNUSED() macros for now.
[rsync/rsync.git] / popt / system.h
index 02f05c1..fc2f0d4 100644 (file)
 #include <unistd.h>
 #endif
 
-#if !defined(__GNUC__) || defined(APPLE)
-/* Apparently the OS X port of gcc gags on __attribute__.
- *
- * <http://www.opensource.apple.com/bugs/X/gcc/2512150.html> */
-#define __attribute__(x) 
-
-#endif
-
 #ifdef __NeXT
 /* access macros are not declared in non posix mode in unistd.h -
  don't try to use posix on NeXTstep 3.3 ! */
@@ -77,6 +69,4 @@ char *alloca ();
 #define        xstrdup(_str)   strdup(_str)
 #endif  /* HAVE_MCHECK_H && defined(__GNUC__) */
 
-#define UNUSED(x) x __attribute__((__unused__))
-
 #include "popt.h"