File: config.h.in

package info (click to toggle)
cuyo 1.8.6-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 3,796 kB
  • ctags: 1,507
  • sloc: cpp: 8,494; yacc: 419; sh: 388; lex: 237; makefile: 97; ansic: 2
file content (21 lines) | stat: -rw-r--r-- 532 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
/* config.h.in.  Generated automatically from configure.in by autoheader 2.13.  */

/* Define to empty if the keyword does not work.  */
#undef const

/* Define if lex declares yytext as a char * by default, not a char[].  */
#undef YYTEXT_POINTER

/* Define if you have the z library (-lz). Cuyo will then be able to
   read compressed xpm files (with certain restrictions). */
#undef HAVE_LIBZ

/* Name of package */
#undef PACKAGE

/* Version number of package */
#undef VERSION

/* Defined if on Win32 platform */
#undef WIN32