|
> > #define _XOPEN_SOURCE 600 > > for posix_openpt to be declared. > > Shouldn't that kind of symbols be defined through command line options > (CPPFLAGS) so that they get defined *everywhere* for sure ? while basically I agree, this is one single source file, so I think I can get away with #defining it there.