summaryrefslogtreecommitdiffstats
path: root/src/responder/sudo/match_sudo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/responder/sudo/match_sudo.h')
-rw-r--r--src/responder/sudo/match_sudo.h31
1 files changed, 31 insertions, 0 deletions
diff --git a/src/responder/sudo/match_sudo.h b/src/responder/sudo/match_sudo.h
new file mode 100644
index 00000000..baeabac2
--- /dev/null
+++ b/src/responder/sudo/match_sudo.h
@@ -0,0 +1,31 @@
+/*
+ SSSD
+
+ Authors:
+ Arun Scaria <arunscaria91@gmail.com>
+
+ Copyright (C) 2011 Arun Scaria <arunscaria91@gmail.com>
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>
+ */
+
+
+#ifndef MATCH_SUDO_H_
+#define MATCH_SUDO_H_
+
+
+#define SUDO_MATCH_TRUE 1
+#define SUDO_MATCH_FALSE 0
+
+#endif /* MATCH_SUDO_H_ */