aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2012-11-19 23:48:07 +0000
committerBill Meier <wmeier@newsguy.com>2012-11-19 23:48:07 +0000
commitb604e9c4cc124640c241986861d95d3009a8cddf (patch)
treee79e82d61ad37eef54fe6ff6995be16603fddb73
parent463f50d5b3182392f114e60704bcb2f9ae0c75fb (diff)
Including config.h causes compile errors; Comment out for now...
svn path=/trunk/; revision=46094
-rw-r--r--capture_win_ifnames.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/capture_win_ifnames.c b/capture_win_ifnames.c
index bbd44eb118..28d2e2f285 100644
--- a/capture_win_ifnames.c
+++ b/capture_win_ifnames.c
@@ -23,7 +23,9 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
+#if 0 /* XXX: including config.h causes compilation errors; TBD: why */
#include "config.h"
+#endif
#ifdef _WIN32