/**************************************************************************** * GTK ACX Common Definitions * Copyright (C) 2004 Leonid Zolotarev * * Licensed under the terms of the BSD license, see file LICENSE * for details. ***************************************************************************/ #ifndef __GACXMAIN_H__ #define __GACXMAIN_H__ #define GACX_DEFAULT_MAX_RATE 256 #define GACX_DEFAULT_TIMEOUT 100 #define GACX_DELAY_MIN 1 #define GACX_DELAY_MAX 60 #define GACX_FLAG_ON 1 #define GACX_FLAG_OFF 0 #define GACX_SECONDS_MIN 5 #define GACX_SECONDS_MAX 1200 #endif /* __GACXMAIN_H__ */