Deleted hpux, no longer supported

This commit is contained in:
Andrew Johnson
2009-04-24 20:01:52 +00:00
parent 466317b23f
commit c03f26d84a
11 changed files with 2 additions and 178 deletions

View File

@@ -63,9 +63,9 @@ a_file_CPPFLAGS_WIN32 = -DVERSION='WIN32 port'
# again: if INC_$(OS_CLASS) is defined, it is added to INC,
# otherwise INC_DEFAULT (if defined) is added:
#
INC_DEFAULT = for_all_but_WIN32_or_hp700.h
INC_DEFAULT = for_all_but_WIN32_or_vxWorks.h
INC_WIN32 = only_for_WIN32.h
INC_hpux = -nil- # hpux uses no special include
INC_vxWorks = -nil- # vxWorks uses no special include
INC = file.h
# --------------------------------------------------------------------