aboutsummaryrefslogtreecommitdiff
path: root/gas/conf.in
diff options
context:
space:
mode:
Diffstat (limited to 'gas/conf.in')
-rw-r--r--gas/conf.in9
1 files changed, 5 insertions, 4 deletions
diff --git a/gas/conf.in b/gas/conf.in
index cdd97be..e0629b6 100644
--- a/gas/conf.in
+++ b/gas/conf.in
@@ -66,10 +66,11 @@
/* Needed only for sparc configuration */
#undef sparcv9
-/* VMS does not provide an "unlink" function, but "delete" is provided.
- Autoconf will never set this (at least until we have an "autovms"),
- but this provides a halfway reasonable machine-independent hook. */
-#undef USE_DELETE_FOR_UNLINK
+/* Define if you have the delete function. */
+#undef HAVE_DELETE
+
+/* Define if you have the unlink function. */
+#undef HAVE_UNLINK
/* Define if you have the <errno.h> header file. */
#undef HAVE_ERRNO_H