You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by mt...@apache.org on 2010/05/22 23:14:16 UTC

svn commit: r947334 - /trafficserver/traffic/trunk/libinktomi++/ink_platform.h

Author: mturk
Date: Sat May 22 21:14:15 2010
New Revision: 947334

URL: http://svn.apache.org/viewvc?rev=947334&view=rev
Log:
Fix typos

Modified:
    trafficserver/traffic/trunk/libinktomi++/ink_platform.h

Modified: trafficserver/traffic/trunk/libinktomi++/ink_platform.h
URL: http://svn.apache.org/viewvc/trafficserver/traffic/trunk/libinktomi%2B%2B/ink_platform.h?rev=947334&r1=947333&r2=947334&view=diff
==============================================================================
--- trafficserver/traffic/trunk/libinktomi++/ink_platform.h (original)
+++ trafficserver/traffic/trunk/libinktomi++/ink_platform.h Sat May 22 21:14:15 2010
@@ -66,20 +66,20 @@
 #if ATS_HAVE_NETINET_TCP_H
 # include <netinet/tcp.h>
 #endif
-#ifdef ATS_HAVE_NETINET_IP_H
+#if ATS_HAVE_NETINET_IP_H
 # include <netinet/ip.h>
 #endif
 #if ATS_HAVE_NETINET_IP_ICMP_H
 # include <netinet/ip_icmp.h>
 #endif
 #include <netdb.h>
-#ifdef ATS_HAVE_ARPA_INET_H
+#if ATS_HAVE_ARPA_INET_H
 # include <arpa/inet.h>
 #endif
-#ifdef ATS_HAVE_ARPA_NAMESER_H
+#if ATS_HAVE_ARPA_NAMESER_H
 # include <arpa/nameser.h>
 #endif
-#ifdef ATS_HAVE_ARPA_NAMESER_COMPAT_H
+#if ATS_HAVE_ARPA_NAMESER_COMPAT_H
 # include <arpa/nameser_compat.h>
 #endif
 
@@ -165,12 +165,12 @@ typedef unsigned int in_addr_t;
 #endif
 
 #if !defined(darwin)
-#ifdef HAVE_SYS_SYSCTL_H
+# if ATS_HAVE_SYS_SYSCTL_H
 #  include <sys/sysctl.h>
 # endif
 #endif
-#ifdef HAVE_SYS_SYSTEMINFO_H
-#  include <sys/systeminfo.h>
+#if ATS_HAVE_SYS_SYSTEMINFO_H
+# include <sys/systeminfo.h>
 #endif
 
 #include <dlfcn.h>