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