Merge branch 'master' of octo@verplant.org:/var/lib/git/collectd
authorFlorian Forster <octo@crystal.wlan.home.verplant.org>
Wed, 6 Dec 2006 08:59:20 +0000 (09:59 +0100)
committerFlorian Forster <octo@crystal.wlan.home.verplant.org>
Wed, 6 Dec 2006 08:59:20 +0000 (09:59 +0100)
src/email.c

index 55e0ed5..9fd05ba 100644 (file)
 #      include <sys/un.h>
 #endif /* HAVE_LINUX_UN_H | HAVE_SYS_UN_H */
 
+/* some systems (e.g. Darwin) seem to not define UNIX_PATH_MAX at all */
+#ifndef UNIX_PATH_MAX
+# define UNIX_PATH_MAX sizeof (((struct sockaddr_un *)0)->sun_path)
+#endif /* UNIX_PATH_MAX */
+
 #if HAVE_GRP_H
 #      include <grp.h>
 #endif /* HAVE_GRP_H */