kopia lustrzana https://github.com/Hamlib/Hamlib
missing defines on non-Linux systems
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1522 7ae35d74-ebe9-4afe-98af-79ac388436b8Hamlib-1.2.0
rodzic
870f016e0a
commit
912fafa035
|
@ -2,7 +2,7 @@
|
||||||
* Hamlib Rotator backend - Fodtrack parallel port
|
* Hamlib Rotator backend - Fodtrack parallel port
|
||||||
* Copyright (c) 2001-2003 by Stephane Fillod
|
* Copyright (c) 2001-2003 by Stephane Fillod
|
||||||
*
|
*
|
||||||
* $Id: fodtrack.c,v 1.4 2003-06-22 19:52:40 fillods Exp $
|
* $Id: fodtrack.c,v 1.5 2003-08-25 22:26:42 fillods Exp $
|
||||||
*
|
*
|
||||||
* This library is free software; you can redistribute it and/or modify
|
* This library is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU Library General Public License as
|
* it under the terms of the GNU Library General Public License as
|
||||||
|
@ -42,6 +42,12 @@
|
||||||
|
|
||||||
#include "fodtrack.h"
|
#include "fodtrack.h"
|
||||||
|
|
||||||
|
#ifndef PARPORT_CONTROL_AUTOFD
|
||||||
|
#define PARPORT_CONTROL_AUTOFD 0x2
|
||||||
|
#endif
|
||||||
|
#ifndef PARPORT_CONTROL_STROBE
|
||||||
|
#define PARPORT_CONTROL_STROBE 0x1
|
||||||
|
#endif
|
||||||
|
|
||||||
/* ************************************************************************* */
|
/* ************************************************************************* */
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue