mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-19 22:22:00 +00:00
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
|