missing defines on non-Linux systems

git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1522 7ae35d74-ebe9-4afe-98af-79ac388436b8
Hamlib-1.2.0
Stéphane Fillod, F8CFE 2003-08-25 22:26:42 +00:00
rodzic 870f016e0a
commit 912fafa035
1 zmienionych plików z 7 dodań i 1 usunięć

Wyświetl plik

@ -2,7 +2,7 @@
* Hamlib Rotator backend - Fodtrack parallel port
* 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
* it under the terms of the GNU Library General Public License as
@ -42,6 +42,12 @@
#include "fodtrack.h"
#ifndef PARPORT_CONTROL_AUTOFD
#define PARPORT_CONTROL_AUTOFD 0x2
#endif
#ifndef PARPORT_CONTROL_STROBE
#define PARPORT_CONTROL_STROBE 0x1
#endif
/* ************************************************************************* */