Avoid defining __restrict in a header file. This doesn't work e.g. on MacOS X.
[gnulib.git] / lib / unsetenv.c
index b26bd8d..0f83744 100644 (file)
@@ -15,9 +15,7 @@
    with this program; if not, write to the Free Software Foundation,
    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
 
-#ifdef HAVE_CONFIG_H
-# include <config.h>
-#endif
+#include <config.h>
 
 #include <errno.h>
 #if !_LIBC