Revert r280019 for now - This was poorly executed.

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@280020 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Sean Bright
2010-07-27 22:30:38 +00:00
parent 5fb5c90b89
commit 0140af581e
68 changed files with 25531 additions and 336 deletions

View File

@@ -354,9 +354,6 @@
/* Define to 1 if you have the OpenLDAP library. */
#undef HAVE_LDAP
/* Define if your system has the NetBSD Editline libraries. */
#undef HAVE_LIBEDIT
/* Define to 1 if you have the <libintl.h> header file. */
#undef HAVE_LIBINTL_H

View File

@@ -98,11 +98,11 @@ void term_filter_escapes(char *line);
char *term_prompt(char *outbuf, const char *inbuf, int maxout);
char *ast_term_prep(void);
char *term_prep(void);
char *ast_term_end(void);
char *term_end(void);
char *ast_term_quit(void);
char *term_quit(void);
#if defined(__cplusplus) || defined(c_plusplus)
}