1 |
|
/* |
2 |
|
* name_registry.cpp - Name Registry handling |
3 |
|
* |
4 |
< |
* SheepShaver (C) 1997-2004 Christian Bauer and Marc Hellwig |
4 |
> |
* SheepShaver (C) 1997-2008 Christian Bauer and Marc Hellwig |
5 |
|
* |
6 |
|
* This program is free software; you can redistribute it and/or modify |
7 |
|
* it under the terms of the GNU General Public License as published by |
60 |
|
|
61 |
|
// Ethernet driver stub |
62 |
|
static const uint8 ethernet_driver[] = { |
63 |
+ |
#ifdef USE_ETHER_FULL_DRIVER |
64 |
+ |
#include "EthernetDriverFull.i" |
65 |
+ |
#else |
66 |
|
#include "EthernetDriverStub.i" |
67 |
+ |
#endif |
68 |
|
}; |
69 |
|
|
70 |
|
// Helper for RegEntryID |