diff options
Diffstat (limited to 'gas/conf.in')
-rw-r--r-- | gas/conf.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gas/conf.in b/gas/conf.in index 3cbfce9..e1b803f 100644 --- a/gas/conf.in +++ b/gas/conf.in @@ -83,12 +83,12 @@ /* Define if you have the remove function. */ #undef HAVE_REMOVE -/* Define if you have the unlink function. */ -#undef HAVE_UNLINK - /* Define if you have the sbrk function. */ #undef HAVE_SBRK +/* Define if you have the unlink function. */ +#undef HAVE_UNLINK + /* Define if you have the <errno.h> header file. */ #undef HAVE_ERRNO_H |