File: xlconfig.h

package info (click to toggle)
xlispstat 3.52.0-3
  • links: PTS
  • area: main
  • in suites: hamm, slink
  • size: 7,472 kB
  • ctags: 12,480
  • sloc: ansic: 89,534; lisp: 21,690; sh: 1,525; makefile: 520; csh: 1
file content (55 lines) | stat: -rw-r--r-- 854 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
/* xlconfig.h.  Generated automatically by configure.  */
#define HAVE_FINITE 1
#define HAVE_ISNAN 1
#if HAVE_FINITE && HAVE_ISNAN
#  define IEEEFP
#endif

#define HAVE_MEMMOVE 1
#if ! HAVE_MEMMOVE
#  define NOMEMMOVE
#endif

#define HAVE_DIFFTIME 1
#if ! HAVE_DIFFTIME
#  define NODIFFTIME
#endif

#define HAVE_MATHERR 1
#if HAVE_MATHERR
#  define USEMATHERR
#endif

#define HAVE_FOREIGN 1
#define HAVE_DLOPEN 1
#if HAVE_FOREIGN
#  define FOREIGNCALL
#endif

#ifdef __STDC__
#  define ANSI
#  if HAVE_DLOPEN
#    define SHAREDLIBS
#  endif
#endif

#define UNIX

#ifdef _AIX
#  ifndef _BSD
#    define _BSD
#  endif
#endif

#ifdef __hpux
#  ifndef _HPUX_SOURCE
#    define _HPUX_SOURCE
#  endif
#endif

/* This is to bring in finite and isnan on newer versions of solaris */
#ifdef sun
#  ifndef __EXTENSIONS__
#    define __EXTENSIONS__
#  endif
#endif