* include config.h

git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@369 7ae35d74-ebe9-4afe-98af-79ac388436b8
Hamlib-1.1.1
Stéphane Fillod, F8CFE 2001-02-11 23:15:38 +00:00
rodzic 7e3dc64bc7
commit 1285baa953
2 zmienionych plików z 11 dodań i 3 usunięć

Wyświetl plik

@ -2,7 +2,7 @@
Copyright (C) 2000 Stephane Fillod and Frank Singleton
This file is part of the hamlib package.
$Id: event.c,v 1.1 2000-10-08 21:19:26 f4cfe Exp $
$Id: event.c,v 1.2 2001-02-11 23:15:38 f4cfe Exp $
Hamlib is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by
@ -19,6 +19,10 @@
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
@ -96,7 +100,9 @@ int remove_trn_rig(RIG *rig)
*/
static int search_rig_and_decode(RIG *rig, void *data)
{
#if 0
siginfo_t *si = (siginfo_t*)data;
#endif
int bytes;
#if 0

Wyświetl plik

@ -2,7 +2,7 @@
register.c - Copyright (C) 2000 Stephane Fillod and Frank Singleton
Provides registering for dynamically loadable backends.
$Id: register.c,v 1.1 2000-10-08 21:19:26 f4cfe Exp $
$Id: register.c,v 1.2 2001-02-11 23:15:38 f4cfe Exp $
Hamlib is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by
@ -19,7 +19,9 @@
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#include <config.h>
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <errno.h>
#include <stdlib.h>