Avoid bad prototypes.
Jarkko Hietaniemi [Tue, 9 Apr 2002 16:11:43 +0000 (16:11 +0000)]
p4raw-id: //depot/perl@15830

hints/hpux.sh

index 05f73d6..3392c77 100644 (file)
@@ -485,6 +485,9 @@ EOM
                    ccflags="$ccflags -DPTHREAD_H_FIRST"
 # First column on purpose.
 pthread_h_first="$define"
+                   # Avoid the poisonous conflicting (and irrelevant)
+                   # prototypes of setkey(). 
+                   i_crypt="$undef"
 
                    # CMA redefines select to cma_select, and cma_select
                    # expects int * instead of fd_set * (just like 9.X)