> Just one question - only the body of par.c is inside #if > HAVE_PARPORT macros. The parts about the config file parsing, extern > function declaration in par.h and other are always included, even if > HAVE_PARPORT is not defined..
That's OK. Declarations from header files don't generate any code, and if they are never going to be used, the compiler simply doesn't care about them. -- cheers, J"org .-.-. --... ...-- -.. . DL8DTL http://www.sax.de/~joerg/ NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-) _______________________________________________ avrdude-dev mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/avrdude-dev
