Skip to content

Conversation

@worr
Copy link

@worr worr commented Aug 18, 2016

strsep(3) is defined in nbcompat/string.h if nbcompat is installed,
guarded by a if !HAVE_STRSEP block.

On platforms where strsep(3) itself is a macro, rather than just shadow
the definition, this leads to a compiler error at configure time.

Also ran autoreconf to generate config.h.in and configure

strsep(3) is defined in nbcompat/string.h if nbcompat is installed,
guarded by a if !HAVE_STRSEP block.

On platforms where strsep(3) itself is a macro, rather than just shadow
the definition, this leads to a compiler error at configure time.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant