This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author drkirkby
Recipients drkirkby, loewis
Date 2010-05-29.15:24:01
SpamBayes Score 0.017848596
Marked as misclassified No
Message-id <1275146642.71.0.92806737525.issue8852@psf.upfronthosting.co.za>
In-reply-to
Content
I was obviously looking for the wrong file. ./pyconfig.h shows:

/* Define to 1 if you have the <netpacket/packet.h> header file. */
#define HAVE_NETPACKET_PACKET_H 1

the file does indeed exist

drkirkby@hawk:~$ find /usr/include -name packet.h
/usr/include/netpacket/packet.h
History
Date User Action Args
2010-05-29 15:24:02drkirkbysetrecipients: + drkirkby, loewis
2010-05-29 15:24:02drkirkbysetmessageid: <1275146642.71.0.92806737525.issue8852@psf.upfronthosting.co.za>
2010-05-29 15:24:01drkirkbylinkissue8852 messages
2010-05-29 15:24:01drkirkbycreate