iconv.h not needed, more M_PI digits, empty #if removed

This commit is contained in:
Albert Cahalan 2004-12-28 20:39:49 +00:00
parent 54f180094a
commit ab6228e2ca

View file

@ -135,7 +135,6 @@ static scaleparams scaletable[] = {
#endif #endif
#include <locale.h> #include <locale.h>
#include <iconv.h>
#ifndef OLD_UPPERCASE_CODE #ifndef OLD_UPPERCASE_CODE
#include <wctype.h> #include <wctype.h>
@ -151,10 +150,6 @@ static scaleparams scaletable[] = {
#define HAVE_DCGETTEXT 1 #define HAVE_DCGETTEXT 1
#endif #endif
#if defined(sun) && defined(__svr4__)
/* Solaris needs locale.h */
#endif
#include <libintl.h> #include <libintl.h>
#ifndef gettext_noop #ifndef gettext_noop
#define gettext_noop(String) String #define gettext_noop(String) String
@ -167,7 +162,7 @@ static scaleparams scaletable[] = {
#ifndef M_PI #ifndef M_PI
#define M_PI 3.14159265 #define M_PI 3.14159265358979323846
#endif #endif
#include <sys/types.h> #include <sys/types.h>