/************************************************************************/ /* */ /* ***** ***** */ /* ***** ***** */ /* ***** ***** */ /* ***** ***** */ /* *************** *************** */ /* ***************** ***************** */ /* *************** *************** */ /* ***** ***** TheNetNode */ /* ***** ***** Portable */ /* ***** ***** Network */ /* ***** ***** Software */ /* */ /* File include/tnn.h (maintained by: ???) */ /* */ /* This file is part of "TheNetNode" - Software Package */ /* */ /* Copyright (C) 1998 - 2008 NORD> #include #include #include #include #include /*---------- Header-Files abhaengig vom Compiler / Betriebssystem ------*/ #ifdef __LINUX__ #include "linclude.h" #endif #ifdef __WIN32__ #include "winclude.h" #endif /* WIN32 */ #ifdef PC #include #if defined(__DOS16__) || defined(__FALCON__) #include #endif #include #include #include #include #include #include #include #include #include #endif #ifdef ST #include #include #endif /*------------------ Header-Files fuer TNN -----------------------------*/ #include "allmodif.h" #include "all.h" #include "l2.h" #include "typedef.h" #include "l2s.h" #ifdef __LINUX__ #include "linux.h" #endif #ifdef __WIN32__ #include "win32.h" #endif /* WIN32 */ #include "function.h" #include "global.h" #include "l3global.h" #include "l4.h" #include "l7.h" #include "ip.h" #ifdef IPROUTE #include "icmp.h" #include "ipv.h" #endif #include "host.h" #include "stat.h" #include "profiler.h" #ifdef SPEECH #include "speech.h" #endif #ifdef USERPROFIL #include "profil.h" #endif /* USERPROFIL */ #ifdef THENETMOD #include "l3thenet.h" #endif /* THENETMOD */ #ifdef ATTACH #include "l1attach.h" #endif /* ATTACH */ #ifdef TCP_STACK #include "l3sock.h" #include "l3tcp.h" #endif /* TCP_STACK. */ #ifdef L1TCPIP #include "l1tcpip.h" #endif /* L1TCPIP. */ #ifdef OS_STACK #include "ostcpip.h" #endif /* OS_STACK. */ /* End of include/tnn.h */