Hi Nikos,
Nikos Mavrogiannopoulos wrote:
> I've noticed that some systems define AF_LOCAL in sys/socket.h while
> others AF_UNIX and most define both. Could gnulib provide both
> definitions (e.g. by this patch) to simplify their usage on various
> platforms?
Gnulib is meant to allow people to p
Hello,
I've noticed that some systems define AF_LOCAL in sys/socket.h while
others AF_UNIX and most define both. Could gnulib provide both
definitions (e.g. by this patch) to simplify their usage on various
platforms?
regards,
Nikos
diff --git a/lib/sys_socket.in.h b/lib/sys_socket.in.h
index c91