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 /unix/hlib/README | |
download | iraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz |
Repatch (from linux) of OSX IRAF
Diffstat (limited to 'unix/hlib/README')
-rw-r--r-- | unix/hlib/README | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/unix/hlib/README b/unix/hlib/README new file mode 100644 index 00000000..3d95447b --- /dev/null +++ b/unix/hlib/README @@ -0,0 +1,13 @@ +HLIB -- Host system library. All global library files which are machine at all + host system dependent are placed in this library, rather than in lib$. + +cllogout.cl log out of the CL (not normally host dependent) +clpackage.cl contains host system dependent device names +config.h very host dependent +iraf.h potentially host dependent +irafuser.csh sets up UNIX/CSH environment for IRAF +libc the C runtime library header files (mostly portable) +login.cl default login.cl file (contains device names) +mach.h machine constants (machine dependent) +mkiraf.csh set up UNIX/IRAF files for a user +zzsetenv.def environment startup file (contains device names) |