''
'' FreeBASIC CRT Internet declarations
'' -----------------------------------
''
'' File: crt/netinet/freebsd/in.bi
''
'' Purpose:
''
''     Provide the FreeBSD platform extension point for crt/netinet/in.bi.
''
'' Responsibilities:
''
''     - identify FreeBSD as a supported crt/netinet/in.bi target
''
'' This file intentionally does NOT contain:
''
''     - declarations already shared by crt/netinet/in.bi
''     - socket declarations owned by crt/sys/socket.bi
''

#ifndef __crt_netinet_freebsd_in_bi__
#define __crt_netinet_freebsd_in_bi__

#endif

'' end of crt/netinet/freebsd/in.bi
