BTW, what happens if HAVE_INLINE is not defined, is it possible ?
because that
way there wouldn't be any function definitions.Right! You have good eyes (fortunately!) and I am quite a stupid :) I think we can unconditionally define HAVE_INCLUDE in pdf-list.c with an explanation in a comment. It wont hurt. Actually to change #ifndef HAVE_INLINE to #if ! defined HAVE_INLINE && ! defined EXTERN_INLINE solved the problem. I have commited the modified files.
