Rev 67 |
Blame |
Compare with Previous |
Last modification |
View Log
| Download
| RSS feed
/// inotify cron basic definition file
/**
* \file incron.h
*
* inotify cron system
*
* Copyright (C) 2006, 2007 Lukas Jelinek, <lukas@aiken.cz>
*
* This program is free software; you can use it, redistribute
* it and/or modify it under the terms of the GNU General Public
* License, version 2 (see LICENSE-GPL).
*
*/
#ifndef _INCRON_H_
#define _INCRON_H_
/// Common application name
#define INCRON_NAME "incron"
/// Daemon name
#define INCRON_DAEMON_NAME "incrond"
/// Table manipulator name
#define INCRON_TAB_NAME "incrontab"
/// Application version (release)
#define INCRON_VERSION "0.4.0"
/// Address for sending bugs
#define INCRON_BUG_ADDRESS "<bugs@aiken.cz>"
#endif //_INCRON_H_