One more try at getting the HP-UX system in the build farm to compile
authorWayne Davison <wayned@samba.org>
Sun, 25 Apr 2004 20:36:41 +0000 (20:36 +0000)
committerWayne Davison <wayned@samba.org>
Sun, 25 Apr 2004 20:36:41 +0000 (20:36 +0000)
popt.

popt/system.h

index b147af7..3be4f3c 100644 (file)
@@ -69,7 +69,7 @@ char *alloca ();
 #define        xstrdup(_str)   strdup(_str)
 #endif  /* HAVE_MCHECK_H && defined(__GNUC__) */
 
-#if defined(__GNUC__) || !(defined(__hpux) || defined(_hpux) || defined (hpux))
+#ifdef __GNUC__
 #define UNUSED(x) x __attribute__((__unused__))
 #else
 #define UNUSED(x) x