sol2-10.h revision 169689
1183170Simp/* Operating system specific defines to be used when targeting GCC for any
2183170Simp   Solaris 2 system starting from Solaris 10.
3183170Simp   Copyright 2006 Free Software Foundation, Inc.
4183170Simp
5183170SimpThis file is part of GCC.
6183170Simp
7183170SimpGCC is free software; you can redistribute it and/or modify
8183170Simpit under the terms of the GNU General Public License as published by
9183170Simpthe Free Software Foundation; either version 2, or (at your option)
10183170Simpany later version.
11183170Simp
12183170SimpGCC is distributed in the hope that it will be useful,
13183170Simpbut WITHOUT ANY WARRANTY; without even the implied warranty of
14183170SimpMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15183170SimpGNU General Public License for more details.
16183170Simp
17183170SimpYou should have received a copy of the GNU General Public License
18183170Simpalong with GCC; see the file COPYING.  If not, write to
19183170Simpthe Free Software Foundation, 51 Franklin Street, Fifth Floor,
20183170SimpBoston, MA 02110-1301, USA.  */
21183170Simp
22183170Simp/* Solaris 10 has the float and long double forms of math functions.  */
23183170Simp#undef TARGET_C99_FUNCTIONS
24183170Simp#define TARGET_C99_FUNCTIONS 1
25183170Simp