File: acconfig.h

package info (click to toggle)
bc 1.04-4
  • links: PTS
  • area: main
  • in suites: hamm
  • size: 1,104 kB
  • ctags: 738
  • sloc: ansic: 7,901; yacc: 967; sh: 310; lex: 293; makefile: 128
file content (15 lines) | stat: -rw-r--r-- 308 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* PACKAGE name */
#undef PACKAGE

/* Package VERSION number */
#undef VERSION

/* define if the math lib is to be loaded from a file. */
#undef BC_MATH_FILE

/* Define to use the readline library. */
#undef READLINE

/* Define to `size_t' if <sys/types.h> and <stddef.h> don't define.  */
#undef ptrdiff_t