| 1 /* |
1 /* |
| 2 * Purple - Internet Messaging Library |
2 * Purple - Internet Messaging Library |
| 3 * Copyright (C) Pidgin Developers <devel@pidgin.im> |
3 * Copyright (C) Pidgin Developers <devel@pidgin.im> |
| 4 * |
4 * |
| 5 * This program is free software; you can redistribute it and/or modify |
5 * Purple is the legal property of its developers, whose names are too numerous |
| |
6 * to list here. Please refer to the COPYRIGHT file distributed with this |
| |
7 * source distribution. |
| |
8 * |
| |
9 * This library is free software; you can redistribute it and/or modify |
| 6 * it under the terms of the GNU General Public License as published by |
10 * it under the terms of the GNU General Public License as published by |
| 7 * the Free Software Foundation; either version 2 of the License, or |
11 * the Free Software Foundation; either version 2 of the License, or |
| 8 * (at your option) any later version. |
12 * (at your option) any later version. |
| 9 * |
13 * |
| 10 * This program is distributed in the hope that it will be useful, |
14 * This library is distributed in the hope that it will be useful, |
| 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of |
15 * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 13 * GNU General Public License for more details. |
17 * GNU General Public License for more details. |
| 14 * |
18 * |
| 15 * You should have received a copy of the GNU General Public License |
19 * You should have received a copy of the GNU General Public License |
| 16 * along with this program; if not, see <https://www.gnu.org/licenses/>. |
20 * along with this library; if not, see <https://www.gnu.org/licenses/>. |
| 17 */ |
21 */ |
| |
22 |
| 18 #if !defined(PURPLE_IRCV3_GLOBAL_HEADER_INSIDE) && \ |
23 #if !defined(PURPLE_IRCV3_GLOBAL_HEADER_INSIDE) && \ |
| 19 !defined(PURPLE_IRCV3_COMPILATION) |
24 !defined(PURPLE_IRCV3_COMPILATION) |
| 20 # error "only <libpurple/protocols/ircv3.h> may be included directly" |
25 # error "only <libpurple/protocols/ircv3.h> may be included directly" |
| 21 #endif |
26 #endif |
| 22 |
27 |