mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 21:00:40 +02:00
Rename irssip to irssi and add configure script
Changed default nick, real_name, user_name, and autolog_path from 'irssip' to 'irssi' in config files. Updated Meson build system to use a configurable package name via new 'pkgname' option. Added an intelligent, interactive 'configure.sh' script for setup and build. Removed obsolete documentation and Perl script files related to 'irssip'.
This commit is contained in:
parent
25f2b16544
commit
09c23c2d0e
298 changed files with 2131 additions and 2996 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef IRSSI_FE_COMMON_CORE_FE_EXEC_H
|
||||
#define IRSSI_FE_COMMON_CORE_FE_EXEC_H
|
||||
|
||||
#include <irssip/src/fe-common/core/fe-windows.h>
|
||||
#include <irssi/src/fe-common/core/fe-windows.h>
|
||||
|
||||
#define EXEC_WI(query) \
|
||||
MODULE_CHECK_CAST_MODULE(query, EXEC_WI_REC, type, \
|
||||
|
|
@ -14,7 +14,7 @@ typedef struct PROCESS_REC PROCESS_REC;
|
|||
|
||||
#define STRUCT_SERVER_REC void
|
||||
typedef struct {
|
||||
#include <irssip/src/core/window-item-rec.h>
|
||||
#include <irssi/src/core/window-item-rec.h>
|
||||
PROCESS_REC *process;
|
||||
unsigned int destroying:1;
|
||||
} EXEC_WI_REC;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue