]> git.ipfire.org Git - thirdparty/bash.git/blobdiff - lib/posixheaders/memalloc.h
Imported from ../bash-2.01.tar.gz.
[thirdparty/bash.git] / lib / posixheaders / memalloc.h
index ba210bbcec8a43b72f309ac41e57a9cdb6cffbe4..442ed1a158ac4138dbd4008eedd6fd9e5479927f 100644 (file)
 #      include <alloca.h>
 #    endif /* !IBMESA */
 #  else  /* !HAVE_ALLOCA_H */
-#    if defined (hpux_9) && defined (__STDC__) && !defined (alloca)
+#    if defined (__hpux) && defined (__STDC__) && !defined (alloca)
 extern void *alloca ();
 #    else
 #      if !defined (alloca)
 extern char *alloca ();
 #      endif /* !alloca */
-#    endif /* !hpux_9 || !__STDC__ && !alloca */
+#    endif /* !__hpux || !__STDC__ && !alloca */
 #  endif /* !HAVE_ALLOCA_H */
 #endif /* !__GNUC__ */