~ubuntu-branches/ubuntu/raring/nano/raring

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Jordi Mallach
  • Date: 2006-07-04 19:56:57 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20060704195657-0m31jgrthxdlvpgi
Tags: 1.3.12-1
* The "Quiebra Mítica" release.
* New upstream development release.
* debian/nanorc: sync with nanorc.sample, which now uses includes for
  highlight patterns.
* debian/patches/*.dpatch: removed, included in new version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* config.h.in.  Generated from configure.ac by autoheader.  */
2
2
 
3
 
/* Define this if your regexec() function segfaults when passed an empty
4
 
   string under certain conditions, as the one from glibc 2.2.3 does. */
5
 
#undef BROKEN_REGEXEC
6
 
 
7
3
/* Define this to enable nano debug messages and assert warnings. */
8
4
#undef DEBUG
9
5
 
10
6
/* Define this to disable the built-in file browser. */
11
7
#undef DISABLE_BROWSER
12
8
 
13
 
/* Define this to disable the help menu. */
 
9
/* Define this to disable the help text display. */
14
10
#undef DISABLE_HELP
15
11
 
16
12
/* Define this to disable the justify routine. */
64
60
/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
65
61
#undef HAVE_DOPRNT
66
62
 
67
 
/* Define to 1 if you have the <fcntl.h> header file. */
68
 
#undef HAVE_FCNTL_H
69
 
 
70
63
/* Define to 1 if you have the `getdelim' function. */
71
64
#undef HAVE_GETDELIM
72
65
 
151
144
/* Define to 1 if you have the `strnlen' function. */
152
145
#undef HAVE_STRNLEN
153
146
 
 
147
/* Define to 1 if you have the <sys/param.h> header file. */
 
148
#undef HAVE_SYS_PARAM_H
 
149
 
154
150
/* Define to 1 if you have the <sys/stat.h> header file. */
155
151
#undef HAVE_SYS_STAT_H
156
152
 
157
153
/* Define to 1 if you have the <sys/types.h> header file. */
158
154
#undef HAVE_SYS_TYPES_H
159
155
 
160
 
/* Define to 1 if you have the <termios.h> header file. */
161
 
#undef HAVE_TERMIOS_H
162
 
 
163
156
/* Define to 1 if you have the <unistd.h> header file. */
164
157
#undef HAVE_UNISTD_H
165
158
 
211
204
/* Define to the version of this package. */
212
205
#undef PACKAGE_VERSION
213
206
 
 
207
/* Where data are placed to. */
 
208
#undef PKGDATADIR
 
209
 
214
210
/* Define as the return type of signal handlers (`int' or `void'). */
215
211
#undef RETSIGTYPE
216
212