~ubuntu-branches/ubuntu/lucid/xenomai/lucid

« back to all changes in this revision

Viewing changes to src/include/xeno_config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Andres Rodriguez
  • Date: 2009-06-24 22:17:01 UTC
  • mfrom: (3.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090624221701-mwnah8aj90zmp6uj
Tags: 2.4.8-2ubuntu1
* Merge from debian unstable (LP: #391918), remaining changes:
  - Add lpia to supported architectures.
  - debian/rules: Create file for debhelper to pick up, use debhelper to
    install it.
  - debian/libxenomai1.dirs: Do not create directory.
  - debian/libxenomai1.preinst: Remove symlink on upgrade, remove old udev.
    rule unless modified in which case move to new name.
  - debian/libxenomai1.postinst: Do not create symlink.
  - debian/libxenomai1.postrm: No symlink to remove.
  - Bump build-depend on debhelper to install udev rules into
    /lib/udev/rules.d, add Breaks on udev to get correct version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
/* Define to 1 if you have the <dlfcn.h> header file. */
54
54
#undef HAVE_DLFCN_H
55
55
 
 
56
/* Define to 1 if you have the `ftruncate64' function. */
 
57
#undef HAVE_FTRUNCATE64
 
58
 
56
59
/* Define to 1 if you have the <inttypes.h> header file. */
57
60
#undef HAVE_INTTYPES_H
58
61
 
59
62
/* Define to 1 if you have the <memory.h> header file. */
60
63
#undef HAVE_MEMORY_H
61
64
 
 
65
/* Define to 1 if you have the `mmap64' function. */
 
66
#undef HAVE_MMAP64
 
67
 
62
68
/* Define to 1 if you have the <mqueue.h> header file. */
63
69
#undef HAVE_MQUEUE_H
64
70
 
95
101
/* Define to 1 if you have the <unistd.h> header file. */
96
102
#undef HAVE_UNISTD_H
97
103
 
 
104
/* Define to the sub-directory in which libtool stores uninstalled libraries.
 
105
   */
 
106
#undef LT_OBJDIR
 
107
 
98
108
/* Name of package */
99
109
#undef PACKAGE
100
110