Files
amiga-roadshow/netinclude/pragmas/socket_pragmas.h

22 lines
457 B
C
Raw Normal View History

2017-05-05 20:36:04 +02:00
/*
* :ts=8
*
* 'Roadshow' -- Amiga TCP/IP stack
* Copyright <EFBFBD> 2001-2016 by Olaf Barthel.
* All Rights Reserved.
*
* "Miami" compatibility header file
*
* Amiga specific TCP/IP 'C' header files;
* Freely Distributable
*/
#ifndef PRAGMAS_SOCKET_PRAGMAS_H
#define PRAGMAS_SOCKET_PRAGMAS_H 1
#ifndef PRAGMAS_BSDSOCKET_PRAGMAS_H
#include <pragmas/bsdsocket_pragmas.h>
#endif /* PRAGMAS_BSDSOCKET_PRAGMAS_H */
#endif /* !PRAGMAS_SOCKET_PRAGMAS_H */