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/common-src/src/getpw/getpw.cpp

    r19280 r19821  
    2525
    2626#define _XOPEN_SOURCE 1
    27 /* following is for solaris */
    28 #define _XOPEN_SOURCE_EXTENDED 1
     27// This was added for Solaris, but it makes things worse on Solaris for me...
     28// #define _XOPEN_SOURCE_EXTENDED 1
    2929
    3030#include "gsdlconf.h"
Note: See TracChangeset for help on using the changeset viewer.