aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Gingold <gingold@adacore.com>2013-07-09 07:32:14 +0000
committerTristan Gingold <gingold@adacore.com>2013-07-09 07:32:14 +0000
commitc10947349e28614bf6aae230a84bddcbd13f3f8b (patch)
treedbdf4bf8c7fff6f48adc06a7fae66c41a58aa8cb /gas/configure.com
parent2013-07-09 Tristan Gingold <gingold@adacore.com> (diff)
downloadbinutils-gdb-c10947349e28614bf6aae230a84bddcbd13f3f8b.tar.gz
binutils-gdb-c10947349e28614bf6aae230a84bddcbd13f3f8b.tar.bz2
binutils-gdb-c10947349e28614bf6aae230a84bddcbd13f3f8b.zip
binutils/
2013-07-09 Tristan Gingold <gingold@adacore.com> * configure.com: Add new defines to match changes in configure. gas/ 2013-07-09 Tristan Gingold <gingold@adacore.com> * configure.com: Define HAVE_SYS_TYPES_H and HAVE_UNISTD_H
Diffstat (limited to 'gas/configure.com')
-rw-r--r--gas/configure.com4
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/configure.com b/gas/configure.com
index 67127244d2d..3811298a1c4 100644
--- a/gas/configure.com
+++ b/gas/configure.com
@@ -140,10 +140,10 @@ $ create config-vms.in
#undef HAVE_SYS_STAT_H
/* Define to 1 if you have the <sys/types.h> header file. */
-#undef HAVE_SYS_TYPES_H
+#define HAVE_SYS_TYPES_H
/* Define to 1 if you have the <unistd.h> header file. */
-#undef HAVE_UNISTD_H
+#define HAVE_UNISTD_H
/* Define to 1 if you have the `unlink' function. */
#undef HAVE_UNLINK