OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [linux/] [uClibc/] [libm/] [s_lib_version.c] - Diff between revs 1325 and 1765

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 1325 Rev 1765
/* @(#)s_lib_ver.c 5.1 93/09/24 */
/* @(#)s_lib_ver.c 5.1 93/09/24 */
/*
/*
 * ====================================================
 * ====================================================
 * Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
 * Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
 *
 *
 * Developed at SunPro, a Sun Microsystems, Inc. business.
 * Developed at SunPro, a Sun Microsystems, Inc. business.
 * Permission to use, copy, modify, and distribute this
 * Permission to use, copy, modify, and distribute this
 * software is freely granted, provided that this notice
 * software is freely granted, provided that this notice
 * is preserved.
 * is preserved.
 * ====================================================
 * ====================================================
 */
 */
 
 
#if defined(LIBM_SCCS) && !defined(lint)
#if defined(LIBM_SCCS) && !defined(lint)
static char rcsid[] = "$NetBSD: s_lib_version.c,v 1.6 1995/05/10 20:47:44 jtc Exp $";
static char rcsid[] = "$NetBSD: s_lib_version.c,v 1.6 1995/05/10 20:47:44 jtc Exp $";
#endif
#endif
 
 
/*
/*
 * MACRO for standards
 * MACRO for standards
 */
 */
 
 
#include "math.h"
#include "math.h"
#include "math_private.h"
#include "math_private.h"
 
 
/*
/*
 * define and initialize _LIB_VERSION
 * define and initialize _LIB_VERSION
 */
 */
#ifdef _POSIX_MODE
#ifdef _POSIX_MODE
_LIB_VERSION_TYPE _LIB_VERSION = _POSIX_;
_LIB_VERSION_TYPE _LIB_VERSION = _POSIX_;
#else
#else
#ifdef _XOPEN_MODE
#ifdef _XOPEN_MODE
_LIB_VERSION_TYPE _LIB_VERSION = _XOPEN_;
_LIB_VERSION_TYPE _LIB_VERSION = _XOPEN_;
#else
#else
#ifdef _SVID3_MODE
#ifdef _SVID3_MODE
_LIB_VERSION_TYPE _LIB_VERSION = _SVID_;
_LIB_VERSION_TYPE _LIB_VERSION = _SVID_;
#else                                   /* default _IEEE_MODE */
#else                                   /* default _IEEE_MODE */
_LIB_VERSION_TYPE _LIB_VERSION = _IEEE_;
_LIB_VERSION_TYPE _LIB_VERSION = _IEEE_;
#endif
#endif
#endif
#endif
#endif
#endif
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.