summaryrefslogtreecommitdiffstats
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2002-07-30 01:08:28 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2002-07-30 01:08:28 (GMT)
commit1169011f6f29b4d332aa8c9ea543c64dc2e11bbb (patch)
tree4f9de0eafdf5e4c968c3e4fb4c24df37105c61bd /pyconfig.h.in
parentcee5ca060bc1e8870fdadf1ef719761fe2dc500d (diff)
downloadcpython-1169011f6f29b4d332aa8c9ea543c64dc2e11bbb.zip
cpython-1169011f6f29b4d332aa8c9ea543c64dc2e11bbb.tar.gz
cpython-1169011f6f29b4d332aa8c9ea543c64dc2e11bbb.tar.bz2
SF patch #584245, get python to link on OSF1 (Dec Unix)
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r--pyconfig.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in
index 05a355b..74625f2 100644
--- a/pyconfig.h.in
+++ b/pyconfig.h.in
@@ -247,6 +247,9 @@
/* Define to 1 if you have the `lstat' function. */
#undef HAVE_LSTAT
+/* Define this if you have the makedev macro. */
+#undef HAVE_MAKEDEV
+
/* Define to 1 if you have the `memmove' function. */
#undef HAVE_MEMMOVE
@@ -766,6 +769,9 @@
/* Define to 1 if on MINIX. */
#undef _MINIX
+/* Define _OSF_SOURCE to get the makedev macro. */
+#undef _OSF_SOURCE
+
/* Define to 2 if the system does not provide POSIX.1 features except with
this defined. */
#undef _POSIX_1_SOURCE