mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-10 20:04:46 +00:00
Revert change.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2851 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
b31ab56c83
commit
73147465e0
@ -1,7 +1,3 @@
|
||||
2001-10-09 Angus Leeming <a.leeming@ic.ac.uk>
|
||||
|
||||
* ControlSpellchecker.C: commented out redundant includes.
|
||||
|
||||
2001-10-09 Herbert Voss <voss@perce.de>
|
||||
|
||||
* ControlTexinfo.[Ch]: new files. Display information about the
|
||||
|
@ -17,17 +17,16 @@
|
||||
#pragma implementation
|
||||
#endif
|
||||
|
||||
// I think that this is no longer needed (Angus 9 October, 2001).
|
||||
//#ifdef HAVE_SYS_SELECT_H
|
||||
//# ifdef HAVE_STRINGS_H
|
||||
// // <strings.h> is needed at least on AIX because FD_ZERO uses bzero().
|
||||
// // BUT we cannot include both string.h and strings.h on Irix 6.5 :(
|
||||
//# ifdef _AIX
|
||||
//# include <strings.h>
|
||||
//# endif
|
||||
//# endif
|
||||
//#include <sys/select.h>
|
||||
//#endif
|
||||
#ifdef HAVE_SYS_SELECT_H
|
||||
# ifdef HAVE_STRINGS_H
|
||||
// <strings.h> is needed at least on AIX because FD_ZERO uses bzero().
|
||||
// BUT we cannot include both string.h and strings.h on Irix 6.5 :(
|
||||
# ifdef _AIX
|
||||
# include <strings.h>
|
||||
# endif
|
||||
# endif
|
||||
#include <sys/select.h>
|
||||
#endif
|
||||
|
||||
#include "buffer.h"
|
||||
#include "lyxrc.h"
|
||||
|
Loading…
Reference in New Issue
Block a user