mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 18:08:10 +00:00
Scons: check mkfifo and define HAVE_MKFIFO. This will fix lyxserver
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18078 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
d30304cf84
commit
d42a8d3736
@ -931,6 +931,7 @@ return std::count(a, a+5, 'l');
|
||||
('setenv', 'HAVE_SETENV', None),
|
||||
('putenv', 'HAVE_PUTENV', None),
|
||||
('fcntl', 'HAVE_FCNTL', None),
|
||||
('mkfifo', 'HAVE_MKFIFO', None),
|
||||
],
|
||||
types = [
|
||||
('std::istreambuf_iterator<std::istream>', 'HAVE_DECL_ISTREAMBUF_ITERATOR',
|
||||
|
Loading…
Reference in New Issue
Block a user