From 1871a774f3248d4be4f273c531a89fd376e53a7a Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Mon, 25 Mar 2013 08:15:06 +0100 Subject: [PATCH] fifo: remove #define MAX_PATH (now done in weechat-plugin.h) --- src/plugins/fifo/fifo.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/plugins/fifo/fifo.c b/src/plugins/fifo/fifo.c index c1b44eef6..c052ee60d 100644 --- a/src/plugins/fifo/fifo.c +++ b/src/plugins/fifo/fifo.c @@ -41,10 +41,6 @@ WEECHAT_PLUGIN_AUTHOR("Sebastien Helleu "); WEECHAT_PLUGIN_VERSION(WEECHAT_VERSION); WEECHAT_PLUGIN_LICENSE(WEECHAT_LICENSE); -#ifndef PATH_MAX - #define PATH_MAX 4096 -#endif - #define FIFO_FILENAME_PREFIX "weechat_fifo_" struct t_weechat_plugin *weechat_fifo_plugin = NULL;