* myslang.h [!HAVE_SYSTEM_SLANG]: Include slang-mc.h directly

to avoid relying on symlinks.
This commit is contained in:
Pavel Roskin 2001-12-21 20:17:22 +00:00
parent 0dd5f511be
commit 1e15aecb9f
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2001-12-21 Pavel Roskin <proski@gnu.org>
* myslang.h [!HAVE_SYSTEM_SLANG]: Include slang-mc.h directly
to avoid relying on symlinks.
2001-12-18 Pavel Roskin <proski@gnu.org>
* utilunix.c (init_groups): Don't return prematurely if the

View File

@ -1,11 +1,15 @@
#ifndef __MYSLANG_H
#define __MYSLANG_H
#ifdef HAVE_SYSTEM_SLANG
#ifdef HAVE_SLANG_SLANG_H
# include <slang/slang.h>
#else
# include "slang.h"
#endif
#else /* !HAVE_SYSTEM_SLANG */
# include "slang-mc.h"
#endif /* !HAVE_SYSTEM_SLANG */
#include "keys.h"