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:
Bo Peng 2007-04-28 20:58:29 +00:00
parent d30304cf84
commit d42a8d3736

View File

@ -931,6 +931,7 @@ return std::count(a, a+5, 'l');
('setenv', 'HAVE_SETENV', None), ('setenv', 'HAVE_SETENV', None),
('putenv', 'HAVE_PUTENV', None), ('putenv', 'HAVE_PUTENV', None),
('fcntl', 'HAVE_FCNTL', None), ('fcntl', 'HAVE_FCNTL', None),
('mkfifo', 'HAVE_MKFIFO', None),
], ],
types = [ types = [
('std::istreambuf_iterator<std::istream>', 'HAVE_DECL_ISTREAMBUF_ITERATOR', ('std::istreambuf_iterator<std::istream>', 'HAVE_DECL_ISTREAMBUF_ITERATOR',