summaryrefslogtreecommitdiffstats
path: root/Mac/Include
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>1996-02-21 16:46:57 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>1996-02-21 16:46:57 (GMT)
commita4b7e14df87e0a39e06d5655ac29cb71cc052721 (patch)
tree572705439d12bf0842e004dc91bb08ca32523b00 /Mac/Include
parent532e3c2bf61d964a34af054f7c270d0322682eac (diff)
downloadcpython-a4b7e14df87e0a39e06d5655ac29cb71cc052721.zip
cpython-a4b7e14df87e0a39e06d5655ac29cb71cc052721.tar.gz
cpython-a4b7e14df87e0a39e06d5655ac29cb71cc052721.tar.bz2
Store default startup options in preference file or
app.
Diffstat (limited to 'Mac/Include')
-rw-r--r--Mac/Include/pythonresources.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/Mac/Include/pythonresources.h b/Mac/Include/pythonresources.h
index 4b353c5..ca00a23 100644
--- a/Mac/Include/pythonresources.h
+++ b/Mac/Include/pythonresources.h
@@ -65,3 +65,14 @@
/* The alis resource for locating the python home directory */
#define PYTHONHOME_ID 128
+
+/* The Python options resource and offset of its members */
+#define PYTHONOPTIONS_ID 128
+#define POPT_INSPECT 0
+#define POPT_VERBOSE 1
+#define POPT_SUPPRESS 2
+#define POPT_UNBUFFERED 3
+#define POPT_DEBUGGING 4
+#define POPT_KEEPNORM 5
+#define POPT_KEEPERR 6
+