[Mono-dev] [PATCH] VS changes needed for MonoPosixHelper.dll in mono/support.

Bill Holmes billholmes54 at gmail.com
Tue Nov 4 17:10:13 EST 2008


Can someone please look at this?

-bill

On Tue, Oct 21, 2008 at 10:18 AM, Bill Holmes <billholmes54 at gmail.com> wrote:
> The attached patch is to add some additional preprocessor to
> support/map.c.  I am starting to add MonoPosixHelper.dll to the VS
> build for Winx64.
>
> I do have some questions about changing configure.in.
>
> Where is the right place to add AC_CHECK_HEADERS(dirent.h)?
>
> There are AC_CHECK_HEADERS checks for sys/time.h and utime.h already.
> There does not appear to be a check for unistd.h but #define
> HAVE_UNISTD_H does appear in config.h.  Does a check need to be added?
>
> Is it obvious that I know nothing about autogen, autoconf and make?  ;)
>
> -bill
>
> 2008-10-21  Bill Holmes  <billholmes54 at gmail.com>
>
>        * configure.in : Adding a auto configure check for dirent.h.
>
>        * support/Makefile.am : For generation of map.c adding preprocessor
>          checks for sys/time.h, unistd.h, dirent.h and utime.h.
>
>        * support/map.c : Re-run 'make refresh' to add preprocessor checks
>          for sys/time.h, unistd.h, dirent.h and utime.h.
>
>        Code is contributed under MIT/X11 license.
>


More information about the Mono-devel-list mailing list