[gs-cvs] rev 8207 - trunk/gs/src

alexcher at ghostscript.com alexcher at ghostscript.com
Sun Aug 26 17:53:59 PDT 2007


Author: alexcher
Date: 2007-08-26 17:53:59 -0700 (Sun, 26 Aug 2007)
New Revision: 8207

Modified:
   trunk/gs/src/time_.h
Log:
Add HP-UX to the long list of systems that need both time.h and sys/time.h

DIFFERENCES:
None


Modified: trunk/gs/src/time_.h
===================================================================
--- trunk/gs/src/time_.h	2007-08-26 23:32:21 UTC (rev 8206)
+++ trunk/gs/src/time_.h	2007-08-27 00:53:59 UTC (rev 8207)
@@ -33,7 +33,9 @@
  */
 #ifdef HAVE_SYS_TIME_H
 #  include <sys/time.h>
-#  if defined(Plan9) || defined(M_UNIX) || defined(_IBMR2) || defined(_SEQUENT_) || defined(__GNUC__) || defined(__INTEL_COMPILER)
+#  if defined(Plan9) || defined(M_UNIX) || defined(_IBMR2) || \
+      defined(_SEQUENT_) || defined(__GNUC__) || defined(__INTEL_COMPILER) ||\
+      defined(__hpux)
      /* Plan 9, SCO, AIX and Sequent's DYNIX/ptx need both time.h and
       * sys/time.h! As of version 2.2, at least some glibc
       * installations also require both files. 



More information about the gs-cvs mailing list