File: patch-general_h

package info (click to toggle)
xosview 1.8.3%2Bdebian-21
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 2,488 kB
  • ctags: 2,103
  • sloc: cpp: 9,983; sh: 2,429; ansic: 400; makefile: 92; awk: 20
file content (13 lines) | stat: -rw-r--r-- 545 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD$

--- general.h.orig	2003-10-09 06:35:59.000000000 +0200
+++ general.h	2005-02-22 14:16:47.160972300 +0100
@@ -17,7 +17,7 @@
       includes but before any local includes.  It should NOT be included
       by any .h files unless there is a REALLY good reason.  */
 
-#ifndef __GNUC__
+#if !defined(__GNUC__) && !defined(__sun)
   /*  Every GNU system has _G_config.h, I believe, which tells us
       whether or not the bool define exists.  However, for simplicity,
       let's just redefine them all.  The following lines are directly