changeset 49895:58d11522f3bc

Set new hpux10-20.h as "major" include for 10.20.
author Juanma Barranquero <lekktu@gmail.com>
date Fri, 21 Feb 2003 08:07:29 +0000
parents 675b86cf29fc
children 28d840845e33
files configure.in
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/configure.in	Fri Feb 21 08:05:55 2003 +0000
+++ b/configure.in	Fri Feb 21 08:07:29 2003 +0000
@@ -570,6 +570,9 @@
   hppa*-hp-hpux9* )
     machine=hp800 opsys=hpux9
   ;;
+  hppa*-hp-hpux10.2* )
+    machine=hp800 opsys=hpux10-20
+  ;;
   hppa*-hp-hpux10* )
     machine=hp800 opsys=hpux10
   ;;