summaryrefslogtreecommitdiff
path: root/defines.h
diff options
context:
space:
mode:
Diffstat (limited to 'defines.h')
-rw-r--r--defines.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/defines.h b/defines.h
index b2ea15d9f..7bff839cc 100644
--- a/defines.h
+++ b/defines.h
@@ -25,7 +25,7 @@
25#ifndef _DEFINES_H 25#ifndef _DEFINES_H
26#define _DEFINES_H 26#define _DEFINES_H
27 27
28/* $Id: defines.h,v 1.101 2003/08/21 06:49:41 dtucker Exp $ */ 28/* $Id: defines.h,v 1.102 2003/08/26 01:58:16 dtucker Exp $ */
29 29
30 30
31/* Constants */ 31/* Constants */
@@ -521,6 +521,10 @@ struct winsize {
521# define __func__ "" 521# define __func__ ""
522#endif 522#endif
523 523
524#if defined(KRB5) && !defined(HEIMDAL)
525# define krb5_get_err_text(context,code) error_message(code)
526#endif
527
524/* 528/*
525 * Define this to use pipes instead of socketpairs for communicating with the 529 * Define this to use pipes instead of socketpairs for communicating with the
526 * client program. Socketpairs do not seem to work on all systems. 530 * client program. Socketpairs do not seem to work on all systems.