diff options
author | Christian Heimes <christian@python.org> | 2021-11-22 14:18:41 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-22 14:18:41 (GMT) |
commit | c6dec7e27a82cba33539d07ef8d7346e0a232421 (patch) | |
tree | a923e108b246ddec0a930387c9609688120c2fcf /pyconfig.h.in | |
parent | 7fd92a8b7ee5bed28c2681fa38e0a1e76200dd8e (diff) | |
download | cpython-c6dec7e27a82cba33539d07ef8d7346e0a232421.zip cpython-c6dec7e27a82cba33539d07ef8d7346e0a232421.tar.gz cpython-c6dec7e27a82cba33539d07ef8d7346e0a232421.tar.bz2 |
bpo-45847: Port nis module to PY_STDLIB_MOD (GH-29699)
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 6672344..c9c5865 100644 --- a/pyconfig.h.in +++ b/pyconfig.h.in @@ -896,6 +896,9 @@ /* Define if you have readline 4.0 */ #undef HAVE_RL_RESIZE_TERMINAL +/* Define to 1 if you have the <rpc/rpc.h> header file. */ +#undef HAVE_RPC_RPC_H + /* Define to 1 if you have the `rtpSpawn' function. */ #undef HAVE_RTPSPAWN |