summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/ccache/cc_file.c
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2005-04-13 16:55:43 +0000
committerKen Raeburn <raeburn@mit.edu>2005-04-13 16:55:43 +0000
commit63b30021f66ac282c3814e2da6bf685a36159299 (patch)
tree8ce1008eb59a4d792068ea321ceb38b27757c4db /src/lib/krb5/ccache/cc_file.c
parent398e7a7b0b38da8841c833481adcea0d0ea452f4 (diff)
downloadkrb5-63b30021f66ac282c3814e2da6bf685a36159299.tar.gz
krb5-63b30021f66ac282c3814e2da6bf685a36159299.tar.xz
krb5-63b30021f66ac282c3814e2da6bf685a36159299.zip
Delete definitions of unused macros NEED_SOCKETS and NEED_LOWLEVEL_IO
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17177 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/krb5/ccache/cc_file.c')
-rw-r--r--src/lib/krb5/ccache/cc_file.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/krb5/ccache/cc_file.c b/src/lib/krb5/ccache/cc_file.c
index 049cc1c686..55a67ea31f 100644
--- a/src/lib/krb5/ccache/cc_file.c
+++ b/src/lib/krb5/ccache/cc_file.c
@@ -77,8 +77,6 @@ etc.
*/
#include "k5-int.h"
-#define NEED_SOCKETS /* Only for ntohs, etc. */
-#define NEED_LOWLEVEL_IO
#include <stdio.h>
#include <errno.h>