Fix AIX warnings.

This commit is contained in:
Nicholas Marriott
2010-11-11 20:45:49 +00:00
parent 94c2adf499
commit a6fc49ae08
2 changed files with 4 additions and 3 deletions

3
configure vendored
View File

@ -1,5 +1,5 @@
#!/bin/sh
# $Id: configure,v 1.57 2010-11-11 20:37:53 nicm Exp $
# $Id: configure,v 1.58 2010-11-11 20:45:49 nicm Exp $
#
# Copyright (c) 2009 Nicholas Marriott <nicm@users.sourceforge.net>
#
@ -131,7 +131,6 @@ EOF
# ------------------------------------------------------------------------------
AIX)
cat <<EOF >>$CONFIG_H
#define HAVE_BZERO
#define HAVE_SETENV
#define HAVE_STDINT_H
EOF