From: Rafael L. <lab...@ps...> - 2003-01-30 21:06:48
|
* Alan W. Irwin <ir...@be...> [2003-01-30 08:30]: > Thanks for answering my previous question, but now I have one more. How do > you avoid autoheader automatically putting all the device stuff in > config.h.in (like it does now for plConfig.h.in)? There is no way to avoid that, but this is completely harmless. Many #defines will be duplicated in both config.h and plConfig.h, but since they are not redefined to different values, not even a warning message is issued by the compiler (I checked that with gcc -Wall). And now the good news: I have already an almost working patch to HEAD that should fix all (or almost all) autoheader related problems. I am only waiting the #defines list to be kept in plConfig.h to proceed. Maurice? If that works, I hope that the autotrolls here will stop pestering for a while ;-) -- Rafael |