diff options
author | Joe Hunkeler <jhunkeler@gmail.com> | 2015-08-11 16:51:37 -0400 |
---|---|---|
committer | Joe Hunkeler <jhunkeler@gmail.com> | 2015-08-11 16:51:37 -0400 |
commit | 40e5a5811c6ffce9b0974e93cdd927cbcf60c157 (patch) | |
tree | 4464880c571602d54f6ae114729bf62a89518057 /lib/qpexset.h | |
download | iraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz |
Repatch (from linux) of OSX IRAF
Diffstat (limited to 'lib/qpexset.h')
-rw-r--r-- | lib/qpexset.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lib/qpexset.h b/lib/qpexset.h new file mode 100644 index 00000000..89dfed85 --- /dev/null +++ b/lib/qpexset.h @@ -0,0 +1,13 @@ +# QPEXSET -- Public definitions for the QPEX package. + +# Set/Stat parameters. +# (none at present) + +# QPEX_DEBUG options flags. +define QPEXD_SUMMARY 0001B # print summary information +define QPEXD_SHOWEXPR 0002B # regenerate compiled expression +define QPEXD_PROGRAM 0004B # decode compiled program +define QPEXD_SHOWLUTS 0010B # print lookup tables +define QPEXD_ETLIST 0020B # dump expr terms list +define QPEXD_LTLIST 0040B # dump lookup table list +define QPEXD_SHOWALL 0077B # show/dump everything |