* 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> 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 * myslang.h [!HAVE_SYSTEM_SLANG]: Include slang-mc.h directly
to avoid relying on symlinks. to avoid relying on symlinks.

View File

@ -5,10 +5,10 @@
#ifdef HAVE_SLANG_SLANG_H #ifdef HAVE_SLANG_SLANG_H
# include <slang/slang.h> # include <slang/slang.h>
#else #else
# include "slang.h" # include <slang.h>
#endif #endif
#else /* !HAVE_SYSTEM_SLANG */ #else /* !HAVE_SYSTEM_SLANG */
# include "slang-mc.h" # include "slang/slang-mc.h"
#endif /* !HAVE_SYSTEM_SLANG */ #endif /* !HAVE_SYSTEM_SLANG */
#include "keys.h" #include "keys.h"