Ignore:
Timestamp:
2009-06-12T15:57:06+12:00 (15 years ago)
Author:
mdewsnip
Message:

Commented out all occurrences of

#define _XOPEN_SOURCE_EXTENDED 1

This was allegedly added for compilation on Solaris, but it just causes errors for me (on the NLNZ Solaris machines).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/runtime-src/src/recpt/collectoraction.cpp

    r19062 r19821  
    3737// required for utsname on solaris???
    3838#define _XOPEN_SOURCE 1
    39 #define _XOPEN_SOURCE_EXTENDED 1
     39// This was added for Solaris, but it makes things worse on Solaris for me...
     40// #define _XOPEN_SOURCE_EXTENDED 1
    4041
    4142#include "collectoraction.h"
Note: See TracChangeset for help on using the changeset viewer.