mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-12 10:34:21 +00:00
8b101d0556
* CLICKHOUSE-4493 Ask client password on tty * wip * clang-format * O_NOCTTY * remove O_NOCTTY * fix * static * readpassphrase * freebsd fix * fix * Better * fix style * Update ConnectionParameters.cpp * fixes * fix * fix
10 lines
159 B
C
10 lines
159 B
C
#pragma once
|
|
|
|
#cmakedefine HAVE_READPASSPHRASE
|
|
|
|
#if !defined(HAVE_READPASSPHRASE)
|
|
# ifndef _PATH_TTY
|
|
# define _PATH_TTY "/dev/tty"
|
|
# endif
|
|
#endif
|