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 (15 lines) | stat: -rw-r--r-- 307 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#define ANSI
#define IEEEFP
#define ADEPTH 8000
#define EDEPTH 8000
#define IEEEFP
#define STSZ 6 * 32768
#ifndef EACCES
#  define EACCES 13 /* value probably doesn't matter as long as it's not 0 or 1 */
#endif
#ifdef powerc
#  define HAVE_DLOPEN 1
#  define SHAREDLIBS
#else
#  define HAVE_DLOPEN 0
#endif