diff options
author | Barry Warsaw <barry@python.org> | 2003-01-07 22:42:49 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2003-01-07 22:42:49 (GMT) |
commit | fe33b795d5eb45e19e7ef4c99ac7d787967b8d70 (patch) | |
tree | 4ae27201959b09faf5a2d68179e4117a9769f15c /pyconfig.h.in | |
parent | 051314f924a21783f13ec7d7617ee3df31e3a28d (diff) | |
download | cpython-fe33b795d5eb45e19e7ef4c99ac7d787967b8d70.zip cpython-fe33b795d5eb45e19e7ef4c99ac7d787967b8d70.tar.gz cpython-fe33b795d5eb45e19e7ef4c99ac7d787967b8d70.tar.bz2 |
Test for presence of sysexits.h and set HAVE_SYSEXITS_H if so. Used
by posixmodule.c.
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 eba68f6..3627b83 100644 --- a/pyconfig.h.in +++ b/pyconfig.h.in @@ -467,6 +467,9 @@ /* Define to 1 if you have the `sysconf' function. */ #undef HAVE_SYSCONF +/* Define to 1 if you have the <sysexits.h> header file. */ +#undef HAVE_SYSEXITS_H + /* Define to 1 if you have the <sys/audioio.h> header file. */ #undef HAVE_SYS_AUDIOIO_H |