diff options
| author | Conrad Meyer <cem@FreeBSD.org> | 2019-12-14 08:28:10 +0000 |
|---|---|---|
| committer | Conrad Meyer <cem@FreeBSD.org> | 2019-12-14 08:28:10 +0000 |
| commit | c62ff2800ba9e4b6e851ae71b1696b28920854b9 (patch) | |
| tree | 2d922f3783a4ca82ff1e832dad3276bd4f973cfd /lib/libxo | |
| parent | 815db20425013129469fc0ebe9f8f00c88c58184 (diff) | |
Notes
Diffstat (limited to 'lib/libxo')
| -rw-r--r-- | lib/libxo/xo_config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libxo/xo_config.h b/lib/libxo/xo_config.h index 857af5356c576..fd38c442b6042 100644 --- a/lib/libxo/xo_config.h +++ b/lib/libxo/xo_config.h @@ -102,7 +102,7 @@ #define HAVE_SRAND 1 /* Define to 1 if you have the `sranddev' function. */ -#define HAVE_SRANDDEV 1 +/* #undef HAVE_SRANDDEV */ /* Define to 1 if you have the <stdint.h> header file. */ #define HAVE_STDINT_H 1 |
