diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-03-25 08:15:06 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-03-25 08:15:06 +0100 |
commit | 1871a774f3248d4be4f273c531a89fd376e53a7a (patch) | |
tree | bd0f35d77cbd1ceb92703b6c49eb4d7a3aed3c7e /src | |
parent | adbfda00f5a4329c84a1b92b71d3e045af4e076e (diff) | |
download | weechat-1871a774f3248d4be4f273c531a89fd376e53a7a.zip |
fifo: remove #define MAX_PATH (now done in weechat-plugin.h)
Diffstat (limited to 'src')
-rw-r--r-- | src/plugins/fifo/fifo.c | 4 |
1 files changed, 0 insertions, 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 <flashcode@flashtux.org>"); 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; |