1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-01 15:26:37 +02:00

fifo: remove #define MAX_PATH (now done in weechat-plugin.h)

This commit is contained in:
Sebastien Helleu
2013-03-25 08:15:06 +01:00
parent adbfda00f5
commit 1871a774f3
-4
View File
@@ -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;