aboutsummaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorDouglas Gilbert <dgilbert@interlog.com>2009-04-22 13:30:22 +0000
committerDouglas Gilbert <dgilbert@interlog.com>2009-04-22 13:30:22 +0000
commit8b4058cd02c923d47d6d4f1225691624c7f0298c (patch)
tree9d051fafed727332f7f509236053a8e33ed3e73d /config.h.in
parent0e2e3405a6a2ce6bdfb5761eee53e87faaaf970b (diff)
downloadsg3_utils-8b4058cd02c923d47d6d4f1225691624c7f0298c.tar.gz
debian 4.0 rework of autotools after SG_LIB_* changes
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@258 6180dd3e-e324-4e3e-922d-17de1ae2f315
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in18
1 files changed, 7 insertions, 11 deletions
diff --git a/config.h.in b/config.h.in
index 412f4317..67880a9e 100644
--- a/config.h.in
+++ b/config.h.in
@@ -45,10 +45,6 @@
/* ignore linux bsg */
#undef IGNORE_LINUX_BSG
-/* Define to the sub-directory in which libtool stores uninstalled libraries.
- */
-#undef LT_OBJDIR
-
/* Name of package */
#undef PACKAGE
@@ -68,25 +64,25 @@
#undef PACKAGE_VERSION
/* sg3_utils Build Host */
-#undef SG3_UTILS_BUILD_HOST
+#undef SG_LIB_BUILD_HOST
/* sg3_utils on FreeBSD */
-#undef SG3_UTILS_FREEBSD
+#undef SG_LIB_FREEBSD
/* assume sg3_utils on linux */
-#undef SG3_UTILS_LINUX
+#undef SG_LIB_LINUX
/* also MinGW environment */
-#undef SG3_UTILS_MINGW
+#undef SG_LIB_MINGW
/* sg3_utils on Tru64 UNIX */
-#undef SG3_UTILS_OSF1
+#undef SG_LIB_OSF1
/* sg3_utils on Solaris */
-#undef SG3_UTILS_SOLARIS
+#undef SG_LIB_SOLARIS
/* sg3_utils on Win32 */
-#undef SG3_UTILS_WIN32
+#undef SG_LIB_WIN32
/* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS