search for: have_system

Displaying 2 results from an estimated 2 matches for "have_system".

Did you mean: have_systemd
2005 Feb 08
0
Compiling R as a shared library
...1 | #define HAVE_ISASCII 1 | #define HAVE_LOG1P 1 | #define HAVE_MATHERR 1 | #define HAVE_MKFIFO 1 | #define HAVE_POPEN 1 | #define HAVE_PUTENV 1 | #define HAVE_RINT 1 | #define HAVE_SETENV 1 | #define HAVE_STRCOLL 1 | #define HAVE_STAT 1 | #define HAVE_STRPTIME 1 | #define HAVE_SYMLINK 1 | #define HAVE_SYSTEM 1 | #define HAVE_TIMES 1 | #define HAVE_UNSETENV 1 | /* end confdefs.h. */ | #include <math.h> | | #ifdef F77_DUMMY_MAIN | | # ifdef __cplusplus | extern "C" | # endif | int F77_DUMMY_MAIN() { return 1; } | | #endif | int | main () | { | #ifndef isfinite | char *p =...
2020 Sep 25
20
[RFC PATCH 00/19] vhost-user-rpmb (Replay Protected Memory Block)
Hi, This is an initial implementation of a vhost-user backend for the VirtIO RPMB device. The device is currently in the draft of the next VirtIO specification and describes block device which uses combination of a key, nonce, hashing and a persistent write counter to prevent replay attacks (hence Replay Protected Memory Block). It is implemented as a vhost-user device because we want to