Skip to content
Snippets Groups Projects
Commit a4f879f9 authored by Howard Chu's avatar Howard Chu
Browse files

ITS#4880 s/HAVE_POSIX_TERMIOS/HAVE_TERMIOS_H/

parent 78d8d6e0
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment