ucx1-sys 0.1.0

Rust FFI bindings to UCX.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
#
# Copyright (C) Mellanox Technologies Ltd. 2020.  ALL RIGHTS RESERVED.
#


AC_CHECK_DECLS([inotify_init, inotify_add_watch, IN_ATTRIB],
               [AC_DEFINE([HAVE_INOTIFY], 1, [Enable inotify support])],
               [],
               [[#include <sys/inotify.h>]])

AS_IF([test "x$fuse3_happy" = "xyes"], [ucs_modules="${ucs_modules}:fuse"])
AC_CONFIG_FILES([src/ucs/vfs/fuse/Makefile])