From 5661d1290f74312a405db970aea097da77706f71 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Tue, 24 Jun 2008 05:04:29 +0000 Subject: Merge from branch sun-iprop git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20465 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/k5-platform.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/include/k5-platform.h') diff --git a/src/include/k5-platform.h b/src/include/k5-platform.h index c9bcb8a52c..2a4463a204 100644 --- a/src/include/k5-platform.h +++ b/src/include/k5-platform.h @@ -1,7 +1,7 @@ /* * k5-platform.h * - * Copyright 2003, 2004, 2005, 2007 Massachusetts Institute of Technology. + * Copyright 2003, 2004, 2005, 2007, 2008 Massachusetts Institute of Technology. * All Rights Reserved. * * Export of this software from the United States of America may @@ -980,6 +980,9 @@ extern int krb5int_mkstemp(char *); #define mkstemp krb5int_mkstemp #endif - +/* Fudge for future adoption of gettext or the like. */ +#ifndef _ +#define _(X) (X) +#endif #endif /* K5_PLATFORM_H */ -- cgit