~ubuntu-branches/debian/experimental/geany/experimental

« back to all changes in this revision

Viewing changes to win32-config.h

  • Committer: Bazaar Package Importer
  • Author(s): Damián Viano
  • Date: 2008-05-02 11:37:45 UTC
  • mfrom: (1.2.1 upstream) (3.1.6 hardy)
  • Revision ID: james.westby@ubuntu.com-20080502113745-xzp4g6dmovrpoj17
Tags: 0.14-1
New upstream release (Closes: #478126)

Show diffs side-by-side

added added

removed removed

Lines of Context:
137
137
/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
138
138
/* #undef HAVE_NDIR_H */
139
139
 
 
140
/* Define if plugins are enabled. */
 
141
#define HAVE_PLUGINS 1
 
142
 
140
143
/* Define to 1 if you have the `putenv' function. */
141
144
#define HAVE_PUTENV 1
142
145
 
286
289
/* #undef TM_IN_SYS_TIME */
287
290
 
288
291
/* Version number of package */
289
 
#define VERSION "0.9"
 
292
#define VERSION "0.14"
290
293
 
291
294
/* Define to empty if `const' does not conform to ANSI C. */
292
295
/* #undef const */
323
326
 
324
327
/* Define if you want to detect a running instance */
325
328
#define HAVE_SOCKET 1
 
329