Add an "#ifndef NIXPCOM" check so that this builds on non-evbarm.

This commit is contained in:
simonb 2002-07-20 00:26:51 +00:00
parent 09168838b3
commit 895a23e8ae
1 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: conf.c,v 1.14 2002/07/19 16:38:17 thorpej Exp $ */
/* $NetBSD: conf.c,v 1.15 2002/07/20 00:26:51 simonb Exp $ */
/*
* Copyright (c) 1994-1998 Mark Brinicombe.
@ -144,6 +144,10 @@
#ifndef NPLCOM
#define NPLCOM 0
#endif
/*#include "ixpcom.h"*/
#ifndef NIXPCOM
#define NIXPCOM 0
#endif
/*
* From this point, these need to be MI foo.h files.