/* * Copyright (c) 1996, 2010, Oracle and/or its affiliates. All rights reserved. */ /* LINTLIBRARY */ /* PROTOLIB1 */ /* * Set up the UNIX98 compilation environment. */ #define _XOPEN_SOURCE 500 #include /* * Slurp the interfaces out of the official UNIX98 networking headers. */ #include #include #include #include #include