~ubuntu-branches/ubuntu/karmic/zsh/karmic

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2009-06-02 10:40:25 UTC
  • mfrom: (1.2.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20090602104025-lg6wynxpzqi08k2i
Tags: 4.3.10-1ubuntu1
* Resynchronise with Debian. Remaining changes:
  + debian/zshrc: Enable completions by default, unless
    skip_global_compinit is set

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
   */
63
63
#undef CRAY_STACKSEG_END
64
64
 
 
65
/* Define to a custom value for the ZSH_PATCHLEVEL parameter */
 
66
#undef CUSTOM_PATCHLEVEL
 
67
 
65
68
/* Define to 1 if using `alloca.c'. */
66
69
#undef C_ALLOCA
67
70
 
126
129
   */
127
130
#undef HAVE_ALLOCA_H
128
131
 
 
132
/* Define to 1 if you have the <bind/netdb.h> header file. */
 
133
#undef HAVE_BIND_NETDB_H
 
134
 
129
135
/* Define if you have the termcap boolcodes symbol. */
130
136
#undef HAVE_BOOLCODES
131
137
 
138
144
/* Define to 1 if there is a prototype defined for brk() on your system. */
139
145
#undef HAVE_BRK_PROTO
140
146
 
 
147
/* Define to 1 if you have the `canonicalize_file_name' function. */
 
148
#undef HAVE_CANONICALIZE_FILE_NAME
 
149
 
141
150
/* Define to 1 if you have the `cap_get_proc' function. */
142
151
#undef HAVE_CAP_GET_PROC
143
152
 
256
265
/* Define to 1 if you have the `gettimeofday' function. */
257
266
#undef HAVE_GETTIMEOFDAY
258
267
 
 
268
/* Define to 1 if you have the `getxattr' function. */
 
269
#undef HAVE_GETXATTR
 
270
 
259
271
/* Define to 1 if you have the `grantpt' function. */
260
272
#undef HAVE_GRANTPT
261
273
 
454
466
/* Define to 1 if you have the `readlink' function. */
455
467
#undef HAVE_READLINK
456
468
 
 
469
/* Define to 1 if you have the `realpath' function. */
 
470
#undef HAVE_REALPATH
 
471
 
457
472
/* Define to 1 if you have the `regcomp' function. */
458
473
#undef HAVE_REGCOMP
459
474
 
541
556
/* Define to 1 if you have the `setpgrp' function. */
542
557
#undef HAVE_SETPGRP
543
558
 
 
559
/* Define to 1 if the system supports `setproctitle' to change process name */
 
560
#undef HAVE_SETPROCTITLE
 
561
 
544
562
/* Define to 1 if you have the `setresuid' function. */
545
563
#undef HAVE_SETRESUID
546
564
 
791
809
/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
792
810
#undef HAVE_SYS_WAIT_H
793
811
 
 
812
/* Define to 1 if you have the <sys/xattr.h> header file. */
 
813
#undef HAVE_SYS_XATTR_H
 
814
 
794
815
/* Define to 1 if you have the `tcgetattr' function. */
795
816
#undef HAVE_TCGETATTR
796
817
 
885
906
#undef HAVE__MKTEMP
886
907
 
887
908
/* Define to 1 if you want to use dynamically loaded modules on HPUX 10. */
888
 
#undef HPUXDYNAMIC
 
909
#undef HPUX10DYNAMIC
889
910
 
890
911
/* Define as const if the declaration of iconv() needs const. */
891
912
#undef ICONV_CONST
1043
1064
/* Define if your should include sys/stream.h and sys/ptem.h. */
1044
1065
#undef WINSIZE_IN_PTEM
1045
1066
 
 
1067
/* Define if getxattr() etc. require additional MacOS-style arguments */
 
1068
#undef XATTR_EXTRA_ARGS
 
1069
 
1046
1070
/* Define to a 64 bit integer type if there is one, but long is shorter. */
1047
1071
#undef ZSH_64_BIT_TYPE
1048
1072