* samba/include/includes.h: Eliminate all references to
HAVE_LIBREADLINE.
Этот коммит содержится в:
родитель
a844c07aac
Коммит
05a0bd1240
@ -3,6 +3,9 @@
|
||||
* direntry.c (vfs_s_read): Move MEDATA->linear_start() ...
|
||||
* (vfs_s_open): ... here.
|
||||
|
||||
* samba/include/includes.h: Eliminate all references to
|
||||
HAVE_LIBREADLINE.
|
||||
|
||||
2002-05-14 Andrew V. Samoilov <kai@cmail.ru>
|
||||
|
||||
* Makefile.am (noinst_LIBRARIES): Add samba/libsamba.a
|
||||
|
@ -665,24 +665,6 @@ union semun {
|
||||
#define ULTRIX_AUTH 1
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_LIBREADLINE
|
||||
# ifdef HAVE_READLINE_READLINE_H
|
||||
# include <readline/readline.h>
|
||||
# ifdef HAVE_READLINE_HISTORY_H
|
||||
# include <readline/history.h>
|
||||
# endif
|
||||
# else
|
||||
# ifdef HAVE_READLINE_H
|
||||
# include <readline.h>
|
||||
# ifdef HAVE_HISTORY_H
|
||||
# include <history.h>
|
||||
# endif
|
||||
# else
|
||||
# undef HAVE_LIBREADLINE
|
||||
# endif
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#ifndef HAVE_STRDUP
|
||||
char *strdup(const char *s);
|
||||
#endif
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user