diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2002-04-20 13:46:43 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2002-04-20 13:46:43 (GMT) |
commit | 3d94942000dde4266487969eb75f27fd3d46099f (patch) | |
tree | d79917eb57db4403b044664b8e8414c1b673a09f /pyconfig.h.in | |
parent | a4eb14b7a419f01ea92ee57375836db04ee4ba51 (diff) | |
download | cpython-3d94942000dde4266487969eb75f27fd3d46099f.zip cpython-3d94942000dde4266487969eb75f27fd3d46099f.tar.gz cpython-3d94942000dde4266487969eb75f27fd3d46099f.tar.bz2 |
#546163, fix link problem on Solaris 8 for makedev when using mknod
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r-- | pyconfig.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in index 24dc3d1..8e96db2 100644 --- a/pyconfig.h.in +++ b/pyconfig.h.in @@ -475,6 +475,9 @@ /* Define to 1 if you have the <sys/lock.h> header file. */ #undef HAVE_SYS_LOCK_H +/* Define to 1 if you have the <sys/mkdev.h> header file. */ +#undef HAVE_SYS_MKDEV_H + /* Define to 1 if you have the <sys/modem.h> header file. */ #undef HAVE_SYS_MODEM_H |