examples/anyauthput.c: fix Tru64 compilation issue
authorYang Tse <yangsita@gmail.com>
Mon, 10 Dec 2012 14:42:12 +0000 (15:42 +0100)
committerYang Tse <yangsita@gmail.com>
Mon, 10 Dec 2012 14:42:12 +0000 (15:42 +0100)
docs/examples/anyauthput.c

index 6eea98f..b89dca2 100644 (file)
@@ -27,7 +27,7 @@
 #  ifdef __VMS
      typedef int intptr_t;
 #  endif
-#  if !defined(_AIX) && !defined(__sgi) && !defined(__DECC)
+#  if !defined(_AIX) && !defined(__sgi) && !defined(__osf__)
 #    include <stdint.h>
 #  endif
 #  include <unistd.h>
@@ -53,7 +53,7 @@
 #define TRUE 1
 #endif
 
-#if defined(_AIX) || defined(__sgi) || defined(__DECC)
+#if defined(_AIX) || defined(__sgi) || defined(__osf__)
 #ifndef intptr_t
 #define intptr_t long
 #endif