% Copyright (C) 1993, Digital Equipment Corporation
% All rights reserved.
% See the file COPYRIGHT for a full description.
%
% Last modified on Tue Jan 24 08:32:45 PST 1995 by kalsow 
%      modified on Fri Apr 30 11:31:44 PDT 1993 by mjordan

readonly EXCEPTION_IMPL = {
  "ALPHA_OSF"  : "ex_frame",  % working stack walker disabled: gcc-3.2.1 issues
  "AIX386"     : "ex_frame",
  "AP3000"     : "ex_frame",
  "ARM"        : "ex_frame",
  "BSDI4"      : "ex_frame",
  "DS3100"     : "ex_frame",  % working stack walker disabled: gcc-3.2.1 issues
  "FBSD_ALPHA" : "ex_frame",
  "FBSD_SPARC64" : "ex_frame",
  "FreeBSD"    : "ex_frame",
  "FreeBSD2"   : "ex_frame",
  "FreeBSD3"   : "ex_frame",
  "FreeBSD4"   : "ex_frame",
  "HP300"      : "ex_frame",
  "HPPA"       : "ex_frame",
  "IBMR2"      : "ex_frame",
  "IBMRT"      : "ex_frame",
  "IRIX5"      : "ex_frame",
  "LINUX"      : "ex_frame",
  "LINUXELF"   : "ex_frame",
  "LINUXLIBC6" : "ex_frame",
  "NEXT"       : "ex_frame",
  "NetBSDarm"  : "ex_frame",
  "NetBSDi386" : "ex_frame",
  "NetBSDsparc" : "ex_frame",
  "NT386"      : "ex_frame",
  "NT386GNU"   : "ex_frame",
  "OKI"        : "ex_frame",
  "OpenBSD_386" : "ex_frame",
  "SEQUENT"    : "ex_frame",
  "SOLgnu"     : "ex_frame",  % working stack walker disabled: gcc-3.2.1 issues
  "SOLsun"     : "ex_frame",  % working stack walker disabled: gcc-3.2.1 issues
  "SPARC"      : "ex_frame",
  "SUN3"       : "ex_frame",
  "SUN386"     : "ex_frame",
  "Tru64v5"    : "ex_frame",  % working stack walker disabled: gcc-3.2.1 issues
  "UMAX"       : "ex_frame",
  "VAX"        : "ex_frame"
}

include_dir("common")
include_dir(OS_TYPE)
include_dir(TARGET)
include_dir(EXCEPTION_IMPL{TARGET})

