36c5a39f05
FLORIST is a FSU implementation of POSIX.5 WWW: http://www.gnat.com/ PR: ports/42280 Submitted by: Vadim Godunko <vgodunko@vipmail.ru> <vgodunko@rost.ru>
5 lines
132 B
Text
5 lines
132 B
Text
#define _POSIX_C_SOURCE 199506L
|
|
#define _XOPEN_SOURCE
|
|
#define _XOPEN_SOURCE_EXTENDED 1
|
|
#define _REENTRANT
|
|
#define _P1003_1B_VISIBLE
|