summaryrefslogtreecommitdiffstats
path: root/src/conf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/conf.c')
-rw-r--r--src/conf.c35
1 files changed, 17 insertions, 18 deletions
diff --git a/src/conf.c b/src/conf.c
index 2a90922..0dcb062 100644
--- a/src/conf.c
+++ b/src/conf.c
@@ -1,22 +1,21 @@
1/* 1/*
2 usbmuxd - iPhone/iPod Touch USB multiplex server daemon 2 * conf.c
3 3 *
4Copyright (C) 2013 Nikias Bassen <nikias@gmx.li> 4 * Copyright (C) 2013 Nikias Bassen <nikias@gmx.li>
5 5 *
6This program is free software; you can redistribute it and/or modify 6 * This program is free software; you can redistribute it and/or modify
7it under the terms of the GNU General Public License as published by 7 * it under the terms of the GNU General Public License as published by
8the Free Software Foundation, either version 2 or version 3. 8 * the Free Software Foundation, either version 2 or version 3.
9 9 *
10This program is distributed in the hope that it will be useful, 10 * This program is distributed in the hope that it will be useful,
11but WITHOUT ANY WARRANTY; without even the implied warranty of 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13GNU General Public License for more details. 13 * GNU General Public License for more details.
14 14 *
15You should have received a copy of the GNU General Public License 15 * You should have received a copy of the GNU General Public License
16along with this program; if not, write to the Free Software 16 * along with this program; if not, write to the Free Software
17Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
18 18 */
19*/
20 19
21#ifdef HAVE_CONFIG_H 20#ifdef HAVE_CONFIG_H
22#include <config.h> 21#include <config.h>