]> git.sur5r.net Git - bacula/bacula/commitdiff
Detect Solaris 10
authorKern Sibbald <kern@sibbald.com>
Sun, 18 Jun 2017 16:47:55 +0000 (18:47 +0200)
committerKern Sibbald <kern@sibbald.com>
Sun, 18 Jun 2017 16:47:55 +0000 (18:47 +0200)
bacula/autoconf/config.h.in
bacula/autoconf/configure.in

index 21e1fa0a2325fa41d5cbc6f7609da6c0954ccb67..60cbb30e4560112fe5d05d844cea5c40e337d67c 100644 (file)
 /* Set if socklen_t exists */
 #undef HAVE_SOCKLEN_T
 
+/* Set if building on Solaris 10 */
+#undef HAVE_SOLARIS10
+
 /* Set if you have an SQLite3 Database */
 #undef HAVE_SQLITE3
 
index f78bedc8e78b2a4260cf0ee1ba703b59e52ddf46..6d13a4c41b49093c9cabe3b6c63ad4eded587253 100644 (file)
@@ -3269,6 +3269,9 @@ solaris)
    5.7|5.8)
       AC_DEFINE(USE_THR_SETCONCURRENCY)
       ;;
+   5.10)
+      AC_DEFINE(HAVE_SOLARIS10, 1, [Set if building on Solaris 10])
+      ;;
    *)
       ;;
    esac