aboutsummaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorDouglas Gilbert <dgilbert@interlog.com>2017-12-29 18:23:19 +0000
committerDouglas Gilbert <dgilbert@interlog.com>2017-12-29 18:23:19 +0000
commitb29ef85867d5347e8fed4c603986964868cba801 (patch)
tree6c39b1855f97dc416307229654713d9aed4c8d54 /config.h.in
parent766b77d70276eef4a6ae92217d1ffbcde819a88b (diff)
downloadsg3_utils-b29ef85867d5347e8fed4c603986964868cba801.tar.gz
sg_ses: further NVMe support work; decode array status dpage (obsolete); build: add SG_LIB_ANDROID
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@738 6180dd3e-e324-4e3e-922d-17de1ae2f315
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in14
1 files changed, 13 insertions, 1 deletions
diff --git a/config.h.in b/config.h.in
index 12379ef9..b33212f4 100644
--- a/config.h.in
+++ b/config.h.in
@@ -36,6 +36,12 @@
/* Define to 1 if you have the `posix_memalign' function. */
#undef HAVE_POSIX_MEMALIGN
+/* Found pthread_cancel */
+#undef HAVE_PTHREAD_CANCEL
+
+/* Found pthread_kill */
+#undef HAVE_PTHREAD_KILL
+
/* Define to 1 if you have the <stdint.h> header file. */
#undef HAVE_STDINT_H
@@ -63,6 +69,9 @@
/* option ignored */
#undef IGNORE_LINUX_BSG
+/* compile out NVMe support */
+#undef IGNORE_NVME
+
/* Define to the sub-directory where libtool stores uninstalled libraries. */
#undef LT_OBJDIR
@@ -87,6 +96,9 @@
/* Define to the version of this package. */
#undef PACKAGE_VERSION
+/* sg3_utils on android */
+#undef SG_LIB_ANDROID
+
/* sg3_utils Build Host */
#undef SG_LIB_BUILD_HOST
@@ -108,7 +120,7 @@
/* sg3_utils on Win32 */
#undef SG_LIB_WIN32
-/* full SCSI sense strings */
+/* full SCSI sense strings and NVMe status strings */
#undef SG_SCSI_STRINGS
/* Define to 1 if you have the ANSI C header files. */