From 552d8f394e7aa11f44fff479a69e93b81a9b2376 Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Tue, 8 Jan 2013 02:39:22 -0800 Subject: Make fishd base its variable files on the MAC address instead of hostname Fixes https://github.com/fish-shell/fish-shell/issues/183 --- osx/config.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'osx') diff --git a/osx/config.h b/osx/config.h index a72a8825..7206cb38 100644 --- a/osx/config.h +++ b/osx/config.h @@ -34,6 +34,9 @@ /* Define to 1 if you have the `fwprintf' function. */ #define HAVE_FWPRINTF 1 +/* Define to 1 if you have the `getifaddrs' function. */ +#define HAVE_GETIFADDRS 1 + /* Define to 1 if you have the header file. */ #define HAVE_GETOPT_H 1 -- cgit v1.2.3