diff options
author | Barry Warsaw <barry@python.org> | 2003-01-07 22:42:49 +0000 |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2003-01-07 22:42:49 +0000 |
commit | 335309f1c814c0a80e8074169dcc9b54539de228 (patch) | |
tree | 2f1894714c18167c4701f8953475e81589ecbd20 /pyconfig.h.in | |
parent | 59ddb7d2b1a3141ede956f215fe0f27bfea8b250 (diff) | |
download | cpython-335309f1c814c0a80e8074169dcc9b54539de228.tar.gz |
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 eba68f6496..3627b83a28 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 |