File: xlconfig.h

package info (click to toggle)
xlispstat 3.52.14-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 7,560 kB
  • ctags: 12,676
  • sloc: ansic: 91,357; lisp: 21,759; sh: 1,525; makefile: 521; csh: 1
file content (26 lines) | stat: -rw-r--r-- 584 bytes parent folder | download | duplicates (3)
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
#define ANSI
#define EDEPTH 4000
#define ADEPTH 5000
#define IEEEFP
#ifdef _WIN32
#  define HAVE_DLOPEN 1
#  define SHAREDLIBS
#  ifndef WIN32
#    define WIN32
#  endif
#  define STSZ win32stsz
#  define WIN32S_STSZ 70000
#else
#  define HAVE_DLOPEN 0
/* defines from sys\stat.h not included for Win16 for some reason */
#  define S_ISDIR(m)  ((m) & S_IFDIR)
#  define S_ISCHR(m)  ((m) & S_IFCHR)
#  define S_ISBLK(m)  ((m) & S_IFBLK)
#  define S_ISREG(m)  ((m) & S_IFREG)
#  define S_ISFIFO(m) ((m) & S_IFIFO)
#  define STSZ 20000
#endif

#ifndef _Windows
#  define _Windows
#endif