[ https://issues.apache.org/jira/browse/AVRO-440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12845514#action_12845514 ]
Matt Massie commented on AVRO-440: ---------------------------------- Ignore that last comment... wrong Jira. Sigh. Doing too many things at once. > config.h output not correctly used > ---------------------------------- > > Key: AVRO-440 > URL: https://issues.apache.org/jira/browse/AVRO-440 > Project: Avro > Issue Type: Bug > Components: c > Affects Versions: 1.3.0 > Reporter: Bruce Mitchener > Assignee: Bruce Mitchener > Fix For: 1.3.1 > > Attachments: avro_config_h_check.diff > > > While config.h is generated, it is only included from within st.c to make > some things work correctly within st.h. > I would suggest changing things a little: > * Put an include of config.h into src/avro_private.h > * Include avro_private.h into all .c files. > * Not sure if the values from config.h are needed in any of the tests or > examples ... I would hope not though and that this is fully insulated from > being visible within anything exposed by avro.h. > Given some feedback, I can readily prepare a patch. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.