aboutsummaryrefslogtreecommitdiffstats
path: root/src/jalv_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/jalv_config.h')
-rw-r--r--src/jalv_config.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/jalv_config.h b/src/jalv_config.h
index 3d0133e..4bcda8c 100644
--- a/src/jalv_config.h
+++ b/src/jalv_config.h
@@ -60,15 +60,6 @@
# endif
# endif
-// POSIX.1-2001: mlock()
-# ifndef HAVE_MLOCK
-# if defined(_POSIX_VERSION) && _POSIX_VERSION >= 200112L
-# define HAVE_MLOCK 1
-# else
-# define HAVE_MLOCK 0
-# endif
-# endif
-
// POSIX.1-2001: posix_memalign()
# ifndef HAVE_POSIX_MEMALIGN
# if defined(_POSIX_VERSION) && _POSIX_VERSION >= 200112L
@@ -142,12 +133,6 @@
# define USE_ISATTY 0
#endif
-#if HAVE_MLOCK
-# define USE_MLOCK 1
-#else
-# define USE_MLOCK 0
-#endif
-
#if HAVE_POSIX_MEMALIGN
# define USE_POSIX_MEMALIGN 1
#else