Hi! > > > That wouldn't work here, as config.h is included only in a few testcases > > > (in these that actually use some of the defines there). > > > > > > But given that this just copies some ifdefs into config.h what about > > > adding the snippet directly into compiler.h that is included from > > > test.h thus ends up in all testcases? > > > > SGTM > > err, no, that won't work either. _FORTIFY_SOURCE must be defined before any > header file is included. otherwise, including all the C lib headers and then > test.h and then defining this won't accomplish anything.
Ah, you are right. > you could probably turn that AH_VERBATIM into a compile test and then add it > to CPPFLAGS based on the result. that would probably work in most cases. So back to the beginning... -- Cyril Hrubis [email protected] ------------------------------------------------------------------------------ Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more! Discover the easy way to master current and previous Microsoft technologies and advance your career. Get an incredible 1,500+ hours of step-by-step tutorial videos with LearnDevNow. Subscribe today and save! http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
