checkpoint
diff --git a/include/bio.h b/include/bio.h
index 2c2b956..caffa74 100644
--- a/include/bio.h
+++ b/include/bio.h
@@ -4,7 +4,9 @@
 extern "C" { 
 #endif
 
+#ifdef AUTOLIB
 AUTOLIB(bio)
+#endif
 
 #include <sys/types.h>	/* for off_t */
 #include <fcntl.h>	/* for O_RDONLY, O_WRONLY */
diff --git a/include/regexp9.h b/include/regexp9.h
index 9e1c01b..20c0c3d 100644
--- a/include/regexp9.h
+++ b/include/regexp9.h
@@ -4,7 +4,9 @@
 extern "C" { 
 #endif
 
+#ifdef AUTOLIB
 AUTOLIB(regexp9)
+#endif
 
 #include <utf.h>