Merge pull request #2 from mrdomino/master

Add all config vars to config.h.in
This commit is contained in:
Joe Bryan 2019-01-16 21:08:34 -05:00 committed by GitHub
commit 6dddf328f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,4 @@
project('libent', 'c', version: '0.1.3', license: 'MIT')
project('libent', 'c', version: '0.1.4', license: 'MIT')
inc = include_directories('include')

View File

@ -1,3 +1,6 @@
#pragma once
#mesondefine ENT_GETENTROPY
#mesondefine ENT_GE_SYSRANDOM
#mesondefine ENT_GETRANDOM
#mesondefine ENT_URANDOM
#mesondefine ENT_IMPL