Ciao Sander, > $ awk -f build/make_export.awk include/apr_sms_threads.h > APR_HAS_THREADS > apr_sms_threads_create > apr_sms_threads_create_ex > /APR_HAS_THREADS > > As you can see this produces the correct output on my > box. I can't imagine that awk on FreeBSD is generating > something different, but can you please check?
As you can see from my previous mail(just have sent a few minutes before), awk on my FreeBSD box work as follows; $ awk -f build/make_export.awk include/apr_sms_threads.h apr_sms_threads_create apr_sms_threads_create_ex $ Also as I've written in the previous mail, awk on my system seems to be the same as yours. Hmm... hiro hanai