1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-28 05:00:59 +01:00

19456: Fix ptmx tests, again.

This commit is contained in:
Peter Stephenson 2004-02-20 15:27:35 +00:00
parent 01c29ffd95
commit 2073eca9f3
6 changed files with 48 additions and 9 deletions

View file

@ -37,6 +37,14 @@
#endif
#endif
#ifdef __linux
/*
* Turn on numerous extensions.
* This is in order to get the functions for manipulating /dev/ptmx.
*/
#define _GNU_SOURCE 1
#endif
/* NeXT has half-implemented POSIX support *
* which currently fools configure */
#ifdef __NeXT__