summaryrefslogtreecommitdiff
path: root/h/config.h.in
diff options
context:
space:
mode:
authorGravatar Karl Ramm <kcr@mit.edu>2009-03-15 22:13:16 +0000
committerGravatar Karl Ramm <kcr@mit.edu>2009-03-15 22:13:16 +0000
commit60cd1ff0635fdeda3c5a2cafee2d9a53f82cae0d (patch)
tree7f8851bf643853330db8bced3cf04e232051a22c /h/config.h.in
parentff385ade8355ce6c685bbabd83c550fbb3c58f82 (diff)
cmu/zwgcplus changes
Diffstat (limited to 'h/config.h.in')
-rw-r--r--h/config.h.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/h/config.h.in b/h/config.h.in
index bf03675..33657b5 100644
--- a/h/config.h.in
+++ b/h/config.h.in
@@ -8,6 +8,18 @@
/* Define to compile with Kerberos v5 support. */
#undef HAVE_KRB5
+/* Define to allow users to locate themselves if they are opstaff */
+#undef OPSTAFF_LOCATE_SELF
+
+/* Define to get hm_flush restrictions in zctl */
+#undef HM_FLUSH_RESTRICT
+
+/* Define to pull in CMU zctl punt backward compat foo */
+#undef CMU_ZCTL_PUNT
+
+/* Define to enable zwgcplus support */
+#undef CMU_ZWGCPLUS
+
/* Define to 1 if `enc_part2' is member of `krb5_ticket'. */
#undef HAVE_KRB5_TICKET_ENC_PART2