+2007-12-24 Bruno Haible <bruno@clisp.org>
+
+ * gettext-3-prg.c: Don't include setenv.h.
+ * gettext-5-prg.c: Likewise.
+ * gettext-6-prg.c: Likewise.
+ * gettext-7-prg.c: Likewise.
+
2007-12-24 Bruno Haible <bruno@clisp.org>
* msginit-1: Add 'Language' field in header to input. Check that it is
/* Test program, used by the gettext-3 test.
- Copyright (C) 2000, 2005 Free Software Foundation, Inc.
+ Copyright (C) 2000, 2005, 2007 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
#include <locale.h>
#include <stdlib.h>
#include <stdio.h>
-#include "setenv.h"
/* Make sure we use the included libintl, not the system's one. */
#undef _LIBINTL_H
/* Test program, used by the gettext-5 test.
- Copyright (C) 2005 Free Software Foundation, Inc.
+ Copyright (C) 2005, 2007 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
-#include "setenv.h"
/* Make sure we use the included libintl, not the system's one. */
#undef _LIBINTL_H
/* Test program, used by the gettext-6 test.
- Copyright (C) 2005-2006 Free Software Foundation, Inc.
+ Copyright (C) 2005-2007 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
#if USE_POSIX_THREADS && ((__GLIBC__ > 2) || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 3))
#include <pthread.h>
-#include "setenv.h"
/* Make sure we use the included libintl, not the system's one. */
#undef _LIBINTL_H
/* Test program, used by the gettext-7 test.
- Copyright (C) 2005-2006 Free Software Foundation, Inc.
+ Copyright (C) 2005-2007 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
#if USE_POSIX_THREADS && ((__GLIBC__ > 2) || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 3))
#include <pthread.h>
-#include "setenv.h"
/* Make sure we use the included libintl, not the system's one. */
#undef _LIBINTL_H