Makefile revision 1f465d433636c5cd386100aeff14a785d9f8f846
0N/A# Copyright 2009 Sun Microsystems, Inc. All rights reserved. 0N/A# Use is subject to license terms. 0N/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, 0N/A# double has required alignment of only 4 bytes, but on SPARC it's 8 0N/A# bytes. This means that sockaddr_in can be casted to 0N/A# sockaddr_storage without complaint on x86, but requires a 0N/A# suppression directive on SPARC.