mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-17 05:03:20 +00:00
10 lines
159 B
C++
10 lines
159 B
C++
#pragma once
|
|
|
|
/* #undef HAVE_READPASSPHRASE */
|
|
|
|
#if !defined(HAVE_READPASSPHRASE)
|
|
# ifndef _PATH_TTY
|
|
# define _PATH_TTY "/dev/tty"
|
|
# endif
|
|
#endif
|