Files
harbour-core/harbour/include/rddsys.ch
1999-08-03 15:36:07 +00:00

15 lines
207 B
Plaintext

/*
* $Id$
*/
/* NOTE: This file is also used by C code. */
#ifndef _RDDSYS_CH
#define _RDDSYS_CH
#define RDT_FULL 1
#define RDT_TRANSFER 2
#define RDT_HIDDEN 255
#endif /* _RDDSYS_CH */