~ubuntu-branches/ubuntu/trusty/sblim-sfcb/trusty-proposed

« back to all changes in this revision

Viewing changes to mofc/config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Thierry Carrez
  • Date: 2009-06-08 12:04:49 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20090608120449-byfplk09rqz8rtg6
Tags: 1.3.3-0ubuntu1
* New upstream release.
* debian/rules: Removed rpath hacks, SFCB default build handles that now.
* Removed 1934753-remove-assignment.diff, now upstream.
* Refreshed patch cim-schema-location.diff

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
/* Backend Identification String */
4
4
#undef BACKEND_INFO
5
5
 
 
6
/* Define to 1 if you have the <dlfcn.h> header file. */
 
7
#undef HAVE_DLFCN_H
 
8
 
6
9
/* Define to 1 if you have the <inttypes.h> header file. */
7
10
#undef HAVE_INTTYPES_H
8
11
 
62
65
/* Allow __Namespace class name. */
63
66
#undef NAMESPACE_KLUDGE
64
67
 
 
68
/* Define to 1 if your C compiler doesn't accept -c and -o together. */
 
69
#undef NO_MINUS_C_MINUS_O
 
70
 
65
71
/* One-Pass Parsing */
66
72
#undef ONEPASS
67
73
 
105
111
/* Define to rpl_realloc if the replacement function should be used. */
106
112
#undef realloc
107
113
 
108
 
/* Define to `unsigned' if <sys/types.h> does not define. */
 
114
/* Define to `unsigned int' if <sys/types.h> does not define. */
109
115
#undef size_t