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

« back to all changes in this revision

Viewing changes to MACOSX_IDE/CW/config.h

  • Committer: Bazaar Package Importer
  • Author(s): Mario Joussen
  • Date: 2006-03-01 18:56:52 UTC
  • mfrom: (1.2.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 5.
  • Revision ID: james.westby@ubuntu.com-20060301185652-qqaxmsc37np81hr3
Tags: upstream-2.1.7
ImportĀ upstreamĀ versionĀ 2.1.7

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