]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/tools/build/src/engine/pathunix.cpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / tools / build / src / engine / pathunix.cpp
index 2b2347c871a99a0f4db8e91c800198fb69274e10..1e7d1e5af364c7a6e92c0beefaabcd1ca2ba3c6a 100644 (file)
@@ -8,14 +8,17 @@
  * Copyright 2001-2004 David Abrahams.
  * Copyright 2005 Rene Rivera.
  * Distributed under the Boost Software License, Version 1.0.
- * (See accompanying file LICENSE_1_0.txt or copy at
- * http://www.boost.org/LICENSE_1_0.txt)
+ * (See accompanying file LICENSE.txt or copy at
+ * https://www.bfgroup.xyz/b2/LICENSE.txt)
  */
 
 /*
  * pathunix.c - UNIX specific path manipulation support
  */
 
+#include "jam.h"
+#ifdef USE_PATHUNIX
+
 #include "pathsys.h"
 
 #include <stdlib.h>
@@ -84,3 +87,5 @@ OBJECT * path_as_key( OBJECT * path )
 void path_done( void )
 {
 }
+
+#endif // USE_PATHUNIX