* happens that everybody shares the same bit representation
* in the UNIX world (and apparently wider too..)
*/
#define S_IFGITLINK 0160000
#define S_IFGITLINK 0140000
#define S_ISGITLINK(m) (((m) & S_IFMT) == S_IFGITLINK)
/*
#include <arpa/inet.h>
#include <netdb.h>
#include <pwd.h>
#ifdef __MINT__
#include "compat/mint.h"
#endif
#include <inttypes.h>
#if defined(__CYGWIN__)
#undef _XOPEN_SOURCE
#define SA_RESTART 0
#define sockaddr_storage sockaddr
git-imap-send$X: imap-send.o $(GITLIBS)
$(QUIET_LINK)$(CC) $(ALL_CFLAGS) -o $@ $(ALL_LDFLAGS) $(filter %.o,$^) \
$(LIBS) $(OPENSSL_LINK) $(OPENSSL_LIBSSL)
$(LIBS) $(OPENSSL_LINK) $(OPENSSL_LIBSSL) $(LIB_4_CRYPTO)
http.o http-walker.o http-push.o transport.o: http.h