* 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:
Pavel Roskin 2001-12-21 22:15:24 +00:00
parent d043f7eee6
commit 08cb611abf
2 changed files with 6 additions and 2 deletions

View File

@ -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.

View File

@ -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"