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

« back to all changes in this revision

Viewing changes to MACOSX_IDE/CW/config.h

  • Committer: Bazaar Package Importer
  • Author(s): Mario Joussen
  • Date: 2002-03-06 00:50:09 UTC
  • Revision ID: james.westby@ubuntu.com-20020306005009-8myjehevn1eu3u78
Tags: upstream-1.5.9pre5
ImportĀ upstreamĀ versionĀ 1.5.9pre5

Show diffs side-by-side

added added

removed removed

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