Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
openldap
OpenLDAP
Commits
a4f879f9
Commit
a4f879f9
authored
Mar 23, 2007
by
Howard Chu
Browse files
ITS#4880 s/HAVE_POSIX_TERMIOS/HAVE_TERMIOS_H/
parent
78d8d6e0
Changes
2
Hide whitespace changes
Inline
Side-by-side
include/ac/termios.h
View file @
a4f879f9
...
...
@@ -17,7 +17,7 @@
#ifndef _AC_TERMIOS_H
#define _AC_TERMIOS_H
#ifdef HAVE_
POSIX_
TERMIOS
#ifdef HAVE_TERMIOS
_H
#include
<termios.h>
#ifdef GCWINSZ_IN_SYS_IOCTL
...
...
libraries/liblutil/getpass.c
View file @
a4f879f9
...
...
@@ -60,7 +60,7 @@
char
*
lutil_getpass
(
const
char
*
prompt
)
{
#if !defined(HAVE_
POSIX_
TERMIOS) && !defined(HAVE_SGTTY_H)
#if !defined(HAVE_TERMIOS
_H
) && !defined(HAVE_SGTTY_H)
static
char
buf
[
256
];
int
i
,
c
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment