• unknown's avatar
    forced X/Open mode on HPUX removed. The correct way (that affects not only C... · c3f0e4fc
    unknown authored
    forced X/Open mode on HPUX removed. The correct way (that affects not only C but also C++ and linking) would be
    
    CFLAGS="-D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED -D_HPUX_SOURCE"
    CXXFLAGS="-D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED -D_HPUX_SOURCE"
    LDFLAGS="-lxnet"
    
    but apparently MySQL works without too.
    
    
    
    c3f0e4fc
my_global.h 37.8 KB