Merge branch 'md/interix'

* md/interix:
  Interix: add configure checks
  add support for the SUA layer (interix; windows)

Conflicts:
	git-compat-util.h
This commit is contained in:
Junio C Hamano
2010-11-29 17:52:34 -08:00
4 changed files with 58 additions and 0 deletions

View File

@ -13,6 +13,10 @@
#define NI_MAXSERV 32
#endif
#ifdef NO_INITGROUPS
#define initgroups(x, y) (0) /* nothing */
#endif
static int log_syslog;
static int verbose;
static int reuseaddr;