Mercurial > projects > sencrypt
diff sencrypt.c @ 12:14e58decdf87
Detect the OS and configure build flags and libraries automatically
author | Guido Berhoerster <guido+sencrypt@berhoerster.name> |
---|---|
date | Tue, 13 Sep 2016 18:37:25 +0200 |
parents | 8e9dd5328b5a |
children | 00ca3ee8e310 |
line wrap: on
line diff
--- a/sencrypt.c Tue Sep 13 18:24:21 2016 +0200 +++ b/sencrypt.c Tue Sep 13 18:37:25 2016 +0200 @@ -21,8 +21,6 @@ * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -#define _XOPEN_SOURCE 600 - #include <stdio.h> #include <string.h> #include <stdint.h> @@ -39,8 +37,6 @@ #ifdef HAVE_ERR_H #include <err.h> -#else -#include "err.h" #endif /* HAVE_ERR_H */ #include "compat.h"