From 2d7ae2107d3713981a66011ec62d094e32ec46fb Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 4 May 2004 19:25:38 +0000 Subject: Update. * sysdeps/unix/sysv/linux/ia64/Makefile (librt-routines): Mention rt-sysdep. * sysdeps/unix/sysv/linux/ia64/rt-sysdep.S: New file. --- libidn/stringprep.h | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'libidn/stringprep.h') diff --git a/libidn/stringprep.h b/libidn/stringprep.h index 5f504e8e81..dcc30b3d46 100644 --- a/libidn/stringprep.h +++ b/libidn/stringprep.h @@ -1,5 +1,5 @@ /* stringprep.h Header file for stringprep functions. -*- c -*- - * Copyright (C) 2002, 2003 Simon Josefsson + * Copyright (C) 2002, 2003, 2004 Simon Josefsson * * This file is part of GNU Libidn. * @@ -29,13 +29,9 @@ extern "C" #include /* size_t */ #include /* ssize_t */ -#ifdef _LIBC -# include -#else -# include /* uint32_t */ -#endif +#include /* uint32_t */ -#define STRINGPREP_VERSION "0.4.1" +#define STRINGPREP_VERSION "0.4.3" /* Error codes. */ typedef enum -- cgit v1.2.3