host/cxpslib/cxtransportdefines.h (4 lines of code) (raw):

/// /// \file cxtransportdefines.h /// /// \brief for any defines needed in other parts of the code, but do not want entire headers /// #ifndef CXPSDEFINES_H #define CXPSDEFINES_H #define PROTOCOL_DO_NOT_SEND_OFFSET ~0 ///< to indicate that a file offset is not to be sent with putFile #endif // CXTRANSPORTDEFINES_H