~ubuntu-branches/ubuntu/intrepid/ecl/intrepid

« back to all changes in this revision

Viewing changes to src/gc/include/gc_config_macros.h

  • Committer: Bazaar Package Importer
  • Author(s): Peter Van Eynde
  • Date: 2006-06-21 09:21:21 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20060621092121-txz1f21lj0wh0f67
Tags: 0.9h-20060617-1
* New upstream version
* Updated standards version without real changes. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
                             || defined(GC_SOLARIS_PTHREADS) \
43
43
                             || defined(GC_HPUX_THREADS) \
44
44
                             || defined(GC_AIX_THREADS) \
45
 
                             || defined(GC_LINUX_THREADS))
 
45
                             || defined(GC_LINUX_THREADS) \
 
46
                             || defined(GC_NETBSD_THREADS))
46
47
# define _REENTRANT
47
48
        /* Better late than never.  This fails if system headers that   */
48
49
        /* depend on this were previously included.                     */
49
50
#endif
50
51
 
 
52
#if !defined(_PTHREADS) && defined(GC_NETBSD_THREADS)
 
53
# define _PTHREADS
 
54
#endif
 
55
 
51
56
#if defined(GC_DGUX386_THREADS) && !defined(_POSIX4A_DRAFT10_SOURCE)
52
57
# define _POSIX4A_DRAFT10_SOURCE 1
53
58
#endif
56
61
        defined(GC_IRIX_THREADS) || defined(GC_LINUX_THREADS) || \
57
62
        defined(GC_HPUX_THREADS) || defined(GC_OSF1_THREADS) || \
58
63
        defined(GC_DGUX386_THREADS) || defined(GC_DARWIN_THREADS) || \
59
 
        defined(GC_AIX_THREADS) || \
 
64
        defined(GC_AIX_THREADS) || defined(GC_NETBSD_THREADS) || \
60
65
        (defined(GC_WIN32_THREADS) && defined(__CYGWIN32__))
61
66
#   define GC_PTHREADS
62
67
# endif
66
71
#   define GC_LINUX_THREADS
67
72
#   define GC_PTHREADS
68
73
# endif
69
 
# if !defined(LINUX) && (defined(_PA_RISC1_1) || defined(_PA_RISC2_0) \
 
74
# if !defined(__linux__) && (defined(_PA_RISC1_1) || defined(_PA_RISC2_0) \
70
75
                         || defined(hppa) || defined(__HPPA))
71
76
#   define GC_HPUX_THREADS
72
77
#   define GC_PTHREADS
91
96
#   define GC_FREEBSD_THREADS
92
97
#   define GC_PTHREADS
93
98
# endif
 
99
# if !defined(GC_PTHREADS) && defined(__NetBSD__)
 
100
#   define GC_NETBSD_THREADS
 
101
#   define GC_PTHREADS
 
102
# endif
94
103
# if defined(DGUX) && (defined(i386) || defined(__i386__))
95
104
#   define GC_DGUX386_THREADS
96
105
#   define GC_PTHREADS