mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-16 20:53:27 +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
|