Bug 502400

Summary: libnet-types contains a reference to ./config.h which doesn't exist
Product: [Fedora] Fedora Reporter: Jochen Schmitt <jochen>
Component: libnetAssignee: Robert Scheck <redhat-bugzilla>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: 10CC: gwync, pertusus, redhat-bugzilla
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-05-24 20:51:28 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Jochen Schmitt 2009-05-24 20:47:05 UTC
The file /usr/include/libnet/libnet-types.h contains the following linex:


#ifdef HAVE_CONFIG_H
#include "../config.h"
#endif


This may caused issue during the compilation of other applications because /usr/include/libnet/config.h doesn't exist.

Comment 1 Robert Scheck 2009-05-24 20:51:28 UTC

*** This bug has been marked as a duplicate of bug 501633 ***