OSDN Git Service

Shared libraries are not supported on MS-DOS.
authoreliz <eliz>
Wed, 15 Mar 2000 11:25:30 +0000 (11:25 +0000)
committereliz <eliz>
Wed, 15 Mar 2000 11:25:30 +0000 (11:25 +0000)
readline/support/shobj-conf

index cbd3d1b..86f8c32 100755 (executable)
@@ -305,6 +305,12 @@ dgux*)
 
        SHLIB_LIBVERSION='$(SHLIB_LIBSUFF).$(SHLIB_MAJOR)'
        ;;
+
+msdosdjgpp*)
+       SHOBJ_STATUS=unsupported
+       SHLIB_STATUS=unsupported
+       ;;
+
 #
 # Rely on correct gcc configuration for everything else
 #