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

Bill Holmes billholmes54 at gmail.com
Tue Oct 21 11:18:34 EDT 2008


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.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: support_map.c.diff
Type: application/octet-stream
Size: 4081 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20081021/cee0e8c2/attachment.obj 


More information about the Mono-devel-list mailing list