aboutsummaryrefslogtreecommitdiff
path: root/lib/xalloc.h
diff options
context:
space:
mode:
authorJoe Hunkeler <jhunkeler@gmail.com>2015-08-11 16:51:37 -0400
committerJoe Hunkeler <jhunkeler@gmail.com>2015-08-11 16:51:37 -0400
commit40e5a5811c6ffce9b0974e93cdd927cbcf60c157 (patch)
tree4464880c571602d54f6ae114729bf62a89518057 /lib/xalloc.h
downloadiraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz
Repatch (from linux) of OSX IRAF
Diffstat (limited to 'lib/xalloc.h')
-rw-r--r--lib/xalloc.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/xalloc.h b/lib/xalloc.h
new file mode 100644
index 00000000..3dee2c04
--- /dev/null
+++ b/lib/xalloc.h
@@ -0,0 +1,6 @@
+# XALLOC.H -- Defines for xalloc.x (the device allocation package).
+
+define DV_DEVFREE 1 # device is free and can be allocated
+define DV_DEVALLOC 2 # device is already allocated
+define DV_DEVINUSE 3 # device is in use by someone else
+define DV_DEVNOTFOUND 4 # device not in device table