protect conf_post against double inclusion

This commit is contained in:
Jean-Francois Dockes 2020-05-11 07:23:44 +01:00
parent 8a7e00a029
commit 2f45ceb1dc

View File

@ -1,3 +1,5 @@
#ifndef _AUTOCONF_CONF_POST_H_INCLUDED
#define _AUTOCONF_CONF_POST_H_INCLUDED
#ifdef _WIN32
@ -58,3 +60,5 @@ typedef int ssize_t;
#endif // _WIN32
#define PRETEND_USE(expr) ((void)(expr))
#endif /* INCLUDED */