mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
* myslang.h [!HAVE_SYSTEM_SLANG]: Include slang/slang-mc.h to
simplify includes. [HAVE_SYSTEM_SLANG]: Use angle brackets for slang.h.
This commit is contained in:
parent
d043f7eee6
commit
08cb611abf
@ -1,5 +1,9 @@
|
||||
2001-12-21 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* myslang.h [!HAVE_SYSTEM_SLANG]: Include slang/slang-mc.h to
|
||||
simplify includes.
|
||||
[HAVE_SYSTEM_SLANG]: Use angle brackets for slang.h.
|
||||
|
||||
* myslang.h [!HAVE_SYSTEM_SLANG]: Include slang-mc.h directly
|
||||
to avoid relying on symlinks.
|
||||
|
||||
|
@ -5,10 +5,10 @@
|
||||
#ifdef HAVE_SLANG_SLANG_H
|
||||
# include <slang/slang.h>
|
||||
#else
|
||||
# include "slang.h"
|
||||
# include <slang.h>
|
||||
#endif
|
||||
#else /* !HAVE_SYSTEM_SLANG */
|
||||
# include "slang-mc.h"
|
||||
# include "slang/slang-mc.h"
|
||||
#endif /* !HAVE_SYSTEM_SLANG */
|
||||
|
||||
#include "keys.h"
|
||||
|
Loading…
Reference in New Issue
Block a user