home *** CD-ROM | disk | FTP | other *** search
- #ifndef BSDSOCKET_H
- #define BSDSOCKET_H \
- "$Id: bsdsocket.h,v 4.1 1994/10/03 20:52:20 ppessi Exp $"
- /*
- * Compiler dependent prototypes and inlines for bsdsocket.library
- *
- * Copyright © 1994 AmiTCP/IP Group, Network Solutions Development, Inc.
- * All rights reserved.
- */
-
- #include <unistd.h> /* These should be compiler independent */
- #include <clib/netlib_protos.h>
-
- #if __SASC
- #include <proto/socket.h>
- #include <proto/usergroup.h>
- #elif __GNUC__
- #include <inline/socket.h>
- #else
- #include <clib/socket_protos.h>
- #include <clib/usergroup_protos.h>
- #endif
-
- #endif /* !BSDSOCKET_H */
-