include config.h

git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1174 7ae35d74-ebe9-4afe-98af-79ac388436b8
Hamlib-1.1.4
Stéphane Fillod, F8CFE 2002-09-13 07:01:54 +00:00
rodzic 49b2a47456
commit 3435cee9ea
2 zmienionych plików z 9 dodań i 3 usunięć

Wyświetl plik

@ -2,7 +2,7 @@
% * Hamlib Interface - RPC definitions
% * Copyright (c) 2000-2002 by Stephane Fillod and Frank Singleton
% *
% * $Id: rpcrig.x,v 1.4 2002-08-23 20:01:09 fillods Exp $
% * $Id: rpcrig.x,v 1.5 2002-09-13 07:01:25 fillods Exp $
% *
% * This library is free software; you can redistribute it and/or modify
% * it under the terms of the GNU Library General Public License as
@ -22,6 +22,9 @@
/* This gets stuffed into the source files. */
#if RPC_HDR
%#ifdef HAVE_CONFIG_H
%#include "config.h"
%#endif
%#include <rpc/xdr.h>
%#include <hamlib/rig.h>
#endif

Wyświetl plik

@ -1,9 +1,9 @@
%/*
% * Hamlib Interface - RPC definitions
% * Copyright (c) 2000,2001 by Stephane Fillod and Frank Singleton
% * Copyright (c) 2000-2002 by Stephane Fillod and Frank Singleton
% * Contributed by Francois Retief <fgretief@sun.ac.za>
% *
% * $Id: rpcrot.x,v 1.1 2002-01-16 16:45:11 fgretief Exp $
% * $Id: rpcrot.x,v 1.2 2002-09-13 07:01:54 fillods Exp $
% *
% * This library is free software; you can redistribute it and/or modify
% * it under the terms of the GNU Library General Public License as
@ -23,6 +23,9 @@
/* This gets stuffed into the source files. */
#if RPC_HDR
%#ifdef HAVE_CONFIG_H
%#include "config.h"
%#endif
%#include <rpc/xdr.h>
%#include <hamlib/rotator.h>
#endif