bugcgicc - Bugs: bug #41248, CgiDefs.h incorrectly includes...

 
 

bug #41248: CgiDefs.h incorrectly includes config.h

Submitter:  Giuseppe Vacanti <gvacanti>
Submitted:  Thu 16 Jan 2014 11:38:23 AM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  Fixed
Privacy:  Public Assigned to:  sebdiaz
Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Thu 16 Jan 2014 11:38:23 AM UTC, original submission:  

In CgiDefs.h I read

// Include information from configure
#if HAVE_CONFIG_H
#  include "config.h"
#endif

This is in my opinion incorrect. If I'm building my application against cgicc and I use autotools, then I'll have HAVE_CONFIG_H defined, but I'll no longer have the config.h used to build cgicc.

Inclusion of config.h I think should only occur in source files.

Giuseppe Vacanti <gvacanti>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by gvacanti (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 4 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2014-04-23 sebdiaz StatusIn Progress Fixed
        Open/ClosedOpen Closed
    2014-04-23 sebdiaz StatusNone In Progress
        Assigned toNone sebdiaz

    Back to the top

    Powered by Savane 3.13-cf05.
    Corresponding source code