commit | 0b18136512b0ec413821e5210ab5f343f622ee98 | [log] [tgz] |
---|---|---|
author | guy <guy> | Fri Aug 27 07:17:03 2004 +0000 |
committer | guy <guy> | Fri Aug 27 07:17:03 2004 +0000 |
tree | b53d1d848e3b9253e0ba40167f8741bc966106e8 | |
parent | 99711cd61e54afc6c20c544eaad5b13c1c2338f0 [diff] |
From Andrew Church <andrew@users.sourceforge.net>: when testing for "pcap_version", "pcap_debug", and "yydebug", don't add our own functions referring to those variables - GCC 3.4.1 optimizes the test code out before the link is done, as it's in a function that's not called.