Makefile revision a192e900f6d2b0e1a822e3252c0dfd795ed49d76
328N/A# ident "%Z%%M% %I% %E% SMI" 0N/A# Copyright 2006 Sun Microsystems, Inc. All rights reserved. 0N/A# Use is subject to license terms. 8N/A# the Open Group's Networking Services standard. The following 0N/A# pre-processor definitions enable these features. 0N/A# Turning on __EXTENSIONS__ breaks lint, and we need __EXTENSIONS__. 0N/A# This is really a lint problem, so around the breakage. 0N/A# This needs to be done because of SPARC/x86 differences. On x86, 286N/A# double has required alignment of only 4 bytes, but on SPARC it's 8 27N/A# bytes. This means that sockaddr_in can be casted to 27N/A# sockaddr_storage without complaint on x86, but requires a 27N/A# suppression directive on SPARC.