aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorZachary P. Landau <zlandau@jellofund.net>2020-03-15 11:01:36 -0700
committerBjörn Linse <bjorn.linse@gmail.com>2020-10-10 09:52:12 +0200
commitd4fc7b25e81ca043e9db9a369f31ac31404e7a86 (patch)
tree5b977f97cd003cd54043d5e3b285dca93181c143 /config
parentce5a260c9ec5c85eb67eef268e3138b11da86224 (diff)
downloadrneovim-d4fc7b25e81ca043e9db9a369f31ac31404e7a86.tar.gz
rneovim-d4fc7b25e81ca043e9db9a369f31ac31404e7a86.tar.bz2
rneovim-d4fc7b25e81ca043e9db9a369f31ac31404e7a86.zip
basic support for usdt probes
Diffstat (limited to 'config')
-rw-r--r--config/CMakeLists.txt1
-rw-r--r--config/config.h.in1
2 files changed, 2 insertions, 0 deletions
diff --git a/config/CMakeLists.txt b/config/CMakeLists.txt
index 6c9e06d59d..8a70d864c4 100644
--- a/config/CMakeLists.txt
+++ b/config/CMakeLists.txt
@@ -32,6 +32,7 @@ endif()
check_include_files(sys/utsname.h HAVE_SYS_UTSNAME_H)
check_include_files(termios.h HAVE_TERMIOS_H)
check_include_files(sys/uio.h HAVE_SYS_UIO_H)
+check_include_files(sys/sdt.h HAVE_SYS_SDT_H)
# Functions
check_function_exists(fseeko HAVE_FSEEKO)
diff --git a/config/config.h.in b/config/config.h.in
index 5e60e6279f..95e2c872a3 100644
--- a/config/config.h.in
+++ b/config/config.h.in
@@ -33,6 +33,7 @@
#cmakedefine HAVE_STRCASECMP
#cmakedefine HAVE_STRINGS_H
#cmakedefine HAVE_STRNCASECMP
+#cmakedefine HAVE_SYS_SDT_H
#cmakedefine HAVE_SYS_UTSNAME_H
#cmakedefine HAVE_SYS_WAIT_H
#cmakedefine HAVE_TERMIOS_H