mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-24 02:42:50 +00:00
28 lines
769 B
CMake
28 lines
769 B
CMake
![]() |
/* Define to 1 if you have the `isastream' function. */
|
||
|
#define HAVE_ISASTREAM 1
|
||
|
|
||
|
/* Define to 1 if you have the <termios.h> header file. */
|
||
|
#cmakedefine HAVE_TERMIOS_H 1
|
||
|
|
||
|
/* Define to 1 if you have the <util.h> header file. */
|
||
|
#cmakedefine HAVE_UTIL_H 1
|
||
|
|
||
|
/* Define to 1 if you have the <sys/ioctl.h> header file. */
|
||
|
#cmakedefine HAVE_SYS_IOCTL_H 1
|
||
|
|
||
|
/* Define to 1 if you have the <pty.h> header file. */
|
||
|
#cmakedefine HAVE_PTY_H 1
|
||
|
|
||
|
/* Define to 1 if you have the <libutil.h> header file. */
|
||
|
#cmakedefine HAVE_LIBUTIL_H 1
|
||
|
|
||
|
/* Define to 1 if you have the `getpt' function. */
|
||
|
#cmakedefine HAVE_GETPT 1
|
||
|
|
||
|
/* Define to 1 if you have the `grantpt' function. */
|
||
|
#cmakedefine HAVE_GRANTPT 1
|
||
|
|
||
|
/* Defines whether we can use the openpty() function */
|
||
|
#cmakedefine HAVE_OPENPTY 1
|
||
|
|