~ubuntu-branches/ubuntu/edgy/rxtx/edgy-201105201527

« back to all changes in this revision

Viewing changes to CNI/config.h

  • Committer: Bazaar Package Importer
  • Author(s): Mario Joussen
  • Date: 2006-03-01 18:56:52 UTC
  • mfrom: (1.1.2 upstream) (2.1.1 etch)
  • Revision ID: james.westby@ubuntu.com-20060301185652-ri9941gi01goklvz
Tags: 2.1.7-2
Fixed stupid bug in clean target.
(closes: Bug#354859)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* config.h.  Generated automatically by configure.  */
 
2
/* config.h.in.  Generated automatically from configure.in by autoheader.  */
 
3
 
 
4
/* Define if you have the <asm/termbits.h> header file.  */
 
5
#define HAVE_ASM_TERMBITS_H 1
 
6
 
 
7
/* Define if you have the <dlfcn.h> header file.  */
 
8
#define HAVE_DLFCN_H 1
 
9
 
 
10
/* Define if you have the <fcntl.h> header file.  */
 
11
#define HAVE_FCNTL_H 1
 
12
 
 
13
/* Define if you have the <grp.h> header file.  */
 
14
#define HAVE_GRP_H 1
 
15
 
 
16
/* Define if you have the <pwd.h> header file.  */
 
17
#define HAVE_PWD_H 1
 
18
 
 
19
/* Define if you have the <signal.h> header file.  */
 
20
#define HAVE_SIGNAL_H 1
 
21
 
 
22
/* Define if you have the <sys/fcntl.h> header file.  */
 
23
#define HAVE_SYS_FCNTL_H 1
 
24
 
 
25
/* Define if you have the <sys/file.h> header file.  */
 
26
#define HAVE_SYS_FILE_H 1
 
27
 
 
28
/* Define if you have the <sys/signal.h> header file.  */
 
29
#define HAVE_SYS_SIGNAL_H 1
 
30
 
 
31
/* Define if you have the <sys/time.h> header file.  */
 
32
#define HAVE_SYS_TIME_H 1
 
33
 
 
34
/* Define if you have the <termios.h> header file.  */
 
35
#define HAVE_TERMIOS_H 1
 
36
 
 
37
/* Name of package */
 
38
#define PACKAGE "Serial"
 
39
 
 
40
/* Version number of package */
 
41
#define VERSION "2.1-6"
 
42