diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2001-08-10 20:29:40 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2001-08-10 20:29:40 (GMT) |
commit | f24b2f32850625dc56d510e2a5d019641bd06b4e (patch) | |
tree | 1e8280306450fd73e5538ab618b79461787a1416 /pyconfig.h.in | |
parent | 1ba3fd5d515ae601eaab660971f110fbbc2c42e7 (diff) | |
download | cpython-f24b2f32850625dc56d510e2a5d019641bd06b4e.zip cpython-f24b2f32850625dc56d510e2a5d019641bd06b4e.tar.gz cpython-f24b2f32850625dc56d510e2a5d019641bd06b4e.tar.bz2 |
Autotest for netpacket/packet.h, as it is not available on all Linux versions.
Depend AF_PACKET on HAVE_NETPACKET_PACKET_H.
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 e0d8075..bdb242c 100644 --- a/pyconfig.h.in +++ b/pyconfig.h.in @@ -611,6 +611,9 @@ /* Define if you have the <ndir.h> header file. */ #undef HAVE_NDIR_H +/* Define if you have the <netpacket/packet.h> header file. */ +#undef HAVE_NETPACKET_PACKET_H + /* Define if you have the <poll.h> header file. */ #undef HAVE_POLL_H |