* myslang.h: Use HAVE_SLANG_SLANG_H instead of non-standard

SLANG_H_INSIDE_SLANG_DIR.
This commit is contained in:
Pavel Roskin 2001-05-29 01:34:27 +00:00
parent c1d8bfc818
commit 32f83d4899
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
2001-05-28 Pavel Roskin <proski@gnu.org>
* myslang.h: Use HAVE_SLANG_SLANG_H instead of non-standard
SLANG_H_INSIDE_SLANG_DIR.
* xslint.c: Remove unused functions.
* color.c (init_colors) [HAVE_SLANG]: Use SLtt_set_color() to

View File

@ -1,7 +1,7 @@
#ifndef __MYSLANG_H
#define __MYSLANG_H
#ifdef SLANG_H_INSIDE_SLANG_DIR
#ifdef HAVE_SLANG_SLANG_H
# include <slang/slang.h>
#else
# include "slang.h"