File: acconfig.h

package info (click to toggle)
licq 0.76-2.1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 5,648 kB
  • ctags: 3,872
  • sloc: cpp: 28,405; sh: 9,804; ansic: 4,287; perl: 1,597; makefile: 316
file content (26 lines) | stat: -rw-r--r-- 439 bytes parent folder | download | duplicates (7)
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

/* acconfig.h -- autoheader config file
 *
 * Copyright (C) 1998 Graham Roff, Nic Bellamy.
 *
 */

#ifndef _CONFIG_H
#define _CONFIG_H

/* The name of the package we're compiling */
#undef PACKAGE

/* The version of the package we're compiling */
#undef VERSION

/* The version of the package we're compiling */
#undef INT_VERSION

/* Do we have sys_errlist[] available? */
#undef HAVE_SYS_ERRLIST

@TOP@
@BOTTOM@

#endif	/* _CONFIG_H */