| 14 * |
14 * |
| 15 * You should have received a copy of the GNU General Public License |
15 * 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/>. |
16 * along with this program; if not, see <https://www.gnu.org/licenses/>. |
| 17 */ |
17 */ |
| 18 |
18 |
| 19 #ifdef HAVE_CONFIG_H |
19 #include <purpleconfig.h> |
| 20 # include <config.h> |
|
| 21 #endif |
|
| 22 |
20 |
| 23 #include "gtkidle.h" |
21 #include "gtkidle.h" |
| 24 |
22 |
| 25 #ifdef HAVE_IOKIT |
23 #ifdef HAVE_IOKIT |
| 26 /* HAVE_UNISTD_H must have a value, see |
24 /* HAVE_UNISTD_H must have a value, see |