* configure, configure.ac, Headers/Additions/GNUstepGUI/config.h.in,

Source/NSSliderCell.m: Check for atan2f function (not present on
old Solaris systems for instance).


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@30254 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 2010-04-28 18:14:43 +00:00
parent 9f1fb9cc7c
commit 4cea0b531e
5 changed files with 1681 additions and 4029 deletions

View file

@ -44,6 +44,9 @@
#import "AppKit/NSWindow.h"
DEFINE_RINT_IF_MISSING
#ifndef HAVE_ATAN2F
#define atan2f atan2
#endif
#ifndef M_PI
#define M_PI 3.1415926535897932384626434