aboutsummaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorDouglas Gilbert <dgilbert@interlog.com>2012-03-12 17:03:41 +0000
committerDouglas Gilbert <dgilbert@interlog.com>2012-03-12 17:03:41 +0000
commit60c487d370cfbfa7d91bc777eba4277c00536430 (patch)
tree86b621fcbe7cfb9bb7e263535dea7e19c1afad3f /config.h.in
parentaa38066befd415aafd0d138169184ded0a12cdf0 (diff)
downloadsg3_utils-60c487d370cfbfa7d91bc777eba4277c00536430.tar.gz
./configure: change --enable-no-linux-bsg to --disable-linuxbsg, add --disable-scsistrings to reduce utility size; report sdat_ovfl bit if set in sense
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@444 6180dd3e-e324-4e3e-922d-17de1ae2f315
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index 8bc64db8..3daaca2f 100644
--- a/config.h.in
+++ b/config.h.in
@@ -94,6 +94,9 @@
/* sg3_utils on Win32 */
#undef SG_LIB_WIN32
+/* full SCSI sense strings */
+#undef SG_SCSI_STRINGS
+
/* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS