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/wizardaction.cpp

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