mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 04:46:55 +03:00
* myslang.h [!HAVE_SYSTEM_SLANG]: Include slang-mc.h directly
to avoid relying on symlinks.
This commit is contained in:
parent
0dd5f511be
commit
1e15aecb9f
@ -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
|
||||
|
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user