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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user