Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
2058N/A# The contents of this file are subject to the terms of the 2058N/A# Common Development and Distribution License, Version 1.0 only 2058N/A# (the "License"). You may not use this file except in compliance 2058N/A# See the License for the specific language governing permissions 2058N/A# and limitations under the License. 2058N/A# When distributing Covered Code, include this CDDL HEADER in each 2058N/A# If applicable, add the following below this CDDL HEADER, with the 2058N/A# fields enclosed by brackets "[]" replaced with your own identifying 2058N/A# information: Portions Copyright [yyyy] [name of copyright owner] 2058N/A# Copyright 2004 Sun Microsystems, Inc. All rights reserved. 2058N/A# Use is subject to license terms. 2058N/A# ident "%Z%%M% %I% %E% SMI" 2058N/A# Ping uses the ancillary data feature which is available only through 2058N/A# UNIX 98 standards version of Socket interface. This interface is supposed to 2058N/A# be accessed by -lxnet. In addition -lsocket and -lnsl are used to 2058N/A# capture new not-yet-standard interfaces. Someday -lxnet alone should be enough 2058N/A# when IPv6 inspired new interfaces are part of standards. # these #defines are required to use UNIX 98 interfaces # Setting the above defines to use the UNIX98 ancillary data feature # causes lint to output warnings about lint library declarations conflicting # with those in the header files. Since we need these features the best # course of action is to switch the types of the resulting warnings off