Revision: | 1.1 |
Committed: | Mon Feb 26 15:01:39 2001 UTC (23 years, 9 months ago) by ab11 |
Content type: | text/plain |
Branch: | MAIN |
CVS Tags: | PROJECT_COMPLETION |
Log Message: | Networking class. Assumed to be bug free. |
# | User | Rev | Content |
---|---|---|---|
1 | ab11 | 1.1 | /* Define if extern "C" is needed arround include files */ |
2 | #undef EXTERN_C_BEGIN | ||
3 | #undef EXTERN_C_END | ||
4 | |||
5 | /* Define if you have char* _sys_siglist[] */ | ||
6 | #undef SYS_SIGLIST | ||
7 | |||
8 | /* Define SA_RESTART if it is not defined in sys/signal.h */ | ||
9 | #undef SA_RESTART | ||
10 | |||
11 | /* Define if you have libg++ */ | ||
12 | #undef _S_LIBGXX | ||
13 | |||
14 | @BOTTOM@ | ||
15 | #include <local.h> |