Makefile revision e11c3f44f531fdff80941ce57c065d2ae861cefc
563N/A# The contents of this file are subject to the terms of the 563N/A# Common Development and Distribution License (the "License"). 563N/A# You may not use this file except in compliance with the License. 563N/A# See the License for the specific language governing permissions 563N/A# and limitations under the License. 563N/A# When distributing Covered Code, include this CDDL HEADER in each 563N/A# If applicable, add the following below this CDDL HEADER, with the 563N/A# fields enclosed by brackets "[]" replaced with your own identifying 563N/A# information: Portions Copyright [yyyy] [name of copyright owner] 563N/A# Copyright 2009 Sun Microsystems, Inc. All rights reserved. 563N/A# Use is subject to license terms. 563N/A# ifconfig uses the ancillary data feature which is available only through 563N/A# UNIX 98 standards version of Socket interface. This interface is supposed to 563N/A# be accessed by -lxnet. In addition -lsocket and -lnsl are used to 563N/A# capture new not-yet-standard interfaces. Someday -lxnet alone should be 563N/A# enough when IPv6 inspired new interfaces are part of standards. 563N/A# these #defines are required to use UNIX 98 interfaces