~centralelyon2010/inkscape/imagelinks2

« back to all changes in this revision

Viewing changes to config.h.cmake

  • Committer: JazzyNico
  • Date: 2011-08-29 20:25:30 UTC
  • Revision ID: nicoduf@yahoo.fr-20110829202530-6deuoz11q90usldv
Code refactoring and merging with trunk (revision 10599).

Show diffs side-by-side

added added

removed removed

Lines of Context:
232
232
/* Define to the version of this package. */
233
233
#define PACKAGE_VERSION "${INKSCAPE_VERSION}"
234
234
 
 
235
/* Define the version as a string. */
 
236
#define VERSION "${INKSCAPE_VERSION}"
 
237
 
 
238
/* Build in dbus */
 
239
#cmakedefine WITH_DBUS 1
 
240
 
235
241
/* Define as the return type of signal handlers (`int' or `void'). */
236
242
#cmakedefine RETSIGTYPE
237
243
 
293
299
/* Define to `int' if <sys/types.h> does not define. */
294
300
#cmakedefine mode_t
295
301
 
296
 
 
297
302
#endif /* _CONFIG_H_ */
298
303
 
299
304