You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Joe Moenich <mo...@us.ibm.com> on 1998/10/12 18:29:41 UTC

[PATCH] TPF GuessOS

Check for TPF environment variable

Index: GuessOS
===================================================================
RCS file: /apache/apache/src/helpers/GuessOS,v
retrieving revision 1.1.1.1
diff -a -b -C3 -r1.1.1.1 GuessOS
*** GuessOS     1998/10/12 09:15:41     1.1.1.1
--- GuessOS     1998/10/12 09:17:53
***************
*** 270,275 ****
--- 270,282 ----
      exit 0
  fi

+ # Apache is not compiled on the TPF platform
+ # therefore an environment variable is used
+ if [ "$TPF" = "YES" ]; then
+     echo "TPF"
+     exit 0
+ fi
+
  # Now NeXT
  ISNEXT=`hostinfo 2>/dev/null`
  case "$ISNEXT" in

Joe Moenich
moenich@us.ibm.com
303 773-5483
tie-line 656-7487