f6486d9d01
fixed the build for non haiku platforms git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15569 a95241bf-73f2-0310-859d-f6bbb57e9c96
14 lines
252 B
C
14 lines
252 B
C
#ifndef _PCMCIA_CONFIG_H
|
|
#define _PCMCIA_CONFIG_H
|
|
|
|
#define AUTOCONF_INCLUDED
|
|
#define __IN_PCMCIA_PACKAGE__
|
|
|
|
#define CONFIG_ISA 1
|
|
#define CONFIG_PCI 1
|
|
#define CONFIG_CARDBUS 1
|
|
#undef PCMCIA_DEBUG
|
|
//#define PCMCIA_DEBUG 10
|
|
|
|
#endif /* _PCMCIA_CONFIG_H */
|