diff options
author | Lennart Poettering <lennart@poettering.net> | 2005-05-06 16:37:33 +0000 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2005-05-06 16:37:33 +0000 |
commit | eca309458f9521a2e3276dc11a1792d5f2e227e4 (patch) | |
tree | 18d75f9654a9558ce96025c06baf171b9bc5c0ce /libavahi-core/address.c | |
parent | 876fead3c8984cf985cca439bfb4c7d31c01ccc9 (diff) |
add config.h inclusion to all *.c files
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@55 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'libavahi-core/address.c')
-rw-r--r-- | libavahi-core/address.c | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/libavahi-core/address.c b/libavahi-core/address.c index e5f8866..34f8581 100644 --- a/libavahi-core/address.c +++ b/libavahi-core/address.c @@ -1,3 +1,28 @@ +/* $Id$ */ + +/*** + This file is part of avahi. + + avahi is free software; you can redistribute it and/or modify it + under the terms of the GNU Lesser General Public License as + published by the Free Software Foundation; either version 2.1 of the + License, or (at your option) any later version. + + avahi is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General + Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with avahi; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + USA. +***/ + +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #include <sys/types.h> #include <sys/socket.h> #include <arpa/inet.h> |