openenvutils/commandshell/shell/inc/config.h
changeset 0 2e3d3ce01487
equal deleted inserted replaced
-1:000000000000 0:2e3d3ce01487
       
     1 /* config.h.  Generated by configure.  */
       
     2 /* config.h.in.  Generated from configure.ac by autoheader.  */
       
     3 
       
     4 /***** begin user configuration section *****/
       
     5 
       
     6 /* Define this to be the location of your password file */
       
     7 #define PASSWD_FILE "/etc/passwd"
       
     8 
       
     9 /* Define this to be the name of your NIS/YP password *
       
    10  * map (if applicable)                                */
       
    11 #define PASSWD_MAP "passwd.byname"
       
    12 
       
    13 /* Define to 1 if you want user names to be cached */
       
    14 #define CACHE_USERNAMES 1
       
    15 
       
    16 /* Define to 1 if system supports job control */
       
    17 #define JOB_CONTROL 1
       
    18 
       
    19 /* Define this if you use "suspended" instead of "stopped" */
       
    20 #define USE_SUSPENDED 1
       
    21 
       
    22 /* The default history buffer size in lines */
       
    23 #define DEFAULT_HISTSIZE 30
       
    24 
       
    25 /* The default editor for the fc builtin */
       
    26 #define DEFAULT_FCEDIT "cat"
       
    27 
       
    28 /* The default prefix for temporary files */
       
    29 #define DEFAULT_TMPPREFIX "./zsh"
       
    30 
       
    31 /***** end of user configuration section            *****/
       
    32 /***** shouldn't have to change anything below here *****/
       
    33 
       
    34 
       
    35 
       
    36 /* Define to 1 if you want to use dynamically loaded modules on AIX. */
       
    37 /* #undef AIXDYNAMIC */
       
    38 
       
    39 /* Define to 1 if kill(pid, 0) doesn't return ESRCH, ie BeOS R4.51. */
       
    40 /* #undef BROKEN_KILL_ESRCH */
       
    41 
       
    42 /* Define to 1 if sigsuspend() is broken */
       
    43 /* #undef BROKEN_POSIX_SIGSUSPEND */
       
    44 
       
    45 /* Define to 1 if compiler incorrectly cast signed to unsigned. */
       
    46 /* #undef BROKEN_SIGNED_TO_UNSIGNED_CASTING */
       
    47 
       
    48 /* Define to 1 if tcsetpgrp() doesn't work, ie BeOS R4.51. */
       
    49 /* #undef BROKEN_TCSETPGRP */
       
    50 
       
    51 /* Define to 1 if you use BSD style signal handling (and can block signals).
       
    52    */
       
    53 /* #undef BSD_SIGNALS */
       
    54 
       
    55 /* Undefine if you don't want local features. By default this is defined. */
       
    56 #define CONFIG_LOCALE 1
       
    57 
       
    58 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
       
    59    systems. This function is required for `alloca.c' support on those systems.
       
    60    */
       
    61 /* #undef CRAY_STACKSEG_END */
       
    62 
       
    63 /* Define to 1 if using `alloca.c'. */
       
    64 /* #undef C_ALLOCA */
       
    65 
       
    66 /* Define to 1 if you want to debug zsh. */
       
    67 /* #undef DEBUG */
       
    68 
       
    69 /* The default path; used when running commands with command -p */
       
    70 #define DEFAULT_PATH "c:\\sys\\bin\\"
       
    71 #define PATH1 "c:\\"
       
    72 
       
    73 /* Define to 1 if an underscore has to be prepended to dlsym() argument. */
       
    74 /* #undef DLSYM_NEEDS_UNDERSCORE */
       
    75 
       
    76 /* The extension used for dynamically loaded modules. */
       
    77 #define DL_EXT "so"
       
    78 
       
    79 /* Define to 1 if you want to use dynamically loaded modules. */
       
    80 #define DYNAMIC 1
       
    81 
       
    82 /* Define to 1 if multiple modules defining the same symbol are OK. */
       
    83 #define DYNAMIC_NAME_CLASH_OK 1
       
    84 
       
    85 /* Define to 1 if the `getpgrp' function requires zero arguments. */
       
    86 #define GETPGRP_VOID 1
       
    87 
       
    88 /* Define to 1 if getpwnam() is faked, ie BeOS R4.51. */
       
    89 /* #undef GETPWNAM_FAKED */
       
    90 
       
    91 /* The global file to source whenever zsh is run as a login shell; if
       
    92    undefined, don't source anything */
       
    93 #define GLOBAL_ZLOGIN "/etc/zlogin"
       
    94 
       
    95 /* The global file to source whenever zsh was run as a login shell. This is
       
    96    sourced right before exiting. If undefined, don't source anything. */
       
    97 #define GLOBAL_ZLOGOUT "/etc/zlogout"
       
    98 
       
    99 /* The global file to source whenever zsh is run as a login shell, before
       
   100    zshrc is read; if undefined, don't source anything. */
       
   101 #define GLOBAL_ZPROFILE "/etc/zprofile"
       
   102 
       
   103 /* The global file to source absolutely first whenever zsh is run; if
       
   104    undefined, don't source anything. */
       
   105 #define GLOBAL_ZSHENV "/etc/zshenv"
       
   106 
       
   107 /* The global file to source whenever zsh is run; if undefined, don't source
       
   108    anything */
       
   109 #define GLOBAL_ZSHRC "/etc/zshrc"
       
   110 
       
   111 /* Define if your system defines TIOCGWINSZ in sys/ioctl.h. */
       
   112 #define GWINSZ_IN_SYS_IOCTL 1
       
   113 
       
   114 /* Define to 1 if you have `alloca', as a function or macro. */
       
   115 //#define HAVE_ALLOCA 1
       
   116 
       
   117 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
       
   118    */
       
   119 //#define HAVE_ALLOCA_H 1
       
   120 
       
   121 /* Define if you have the termcap boolcodes symbol. */
       
   122 #ifndef __SYMBIAN32__
       
   123 #define HAVE_BOOLCODES 1 
       
   124 #endif//__SYMBIAN32__
       
   125 
       
   126 /* Define if you have the terminfo boolnames symbol. */
       
   127 #ifndef __SYMBIAN32__
       
   128 #define HAVE_BOOLNAMES 1
       
   129 #endif //__SYMBIAN32__
       
   130 
       
   131 /* Define to 1 if you have the `brk' function. */
       
   132 #define HAVE_BRK 1
       
   133 
       
   134 /* Define to 1 if there is a prototype defined for brk() on your system. */
       
   135 #define HAVE_BRK_PROTO 1
       
   136 
       
   137 /* Define to 1 if you have the `cap_get_proc' function. */
       
   138 /* #undef HAVE_CAP_GET_PROC */
       
   139 
       
   140 /* Define to 1 if you have the <curses.h> header file. */
       
   141 #define HAVE_CURSES_H 1
       
   142 
       
   143 /* Define to 1 if you have the `difftime' function. */
       
   144 #define HAVE_DIFFTIME 1
       
   145 
       
   146 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
       
   147    */
       
   148 #define HAVE_DIRENT_H 1
       
   149 
       
   150 /* Define to 1 if you have the `dlclose' function. */
       
   151 #define HAVE_DLCLOSE 1
       
   152 
       
   153 /* Define to 1 if you have the `dlerror' function. */
       
   154 #define HAVE_DLERROR 1
       
   155 
       
   156 /* Define to 1 if you have the <dlfcn.h> header file. */
       
   157 #define HAVE_DLFCN_H 1
       
   158 
       
   159 /* Define to 1 if you have the `dlopen' function. */
       
   160 #define HAVE_DLOPEN 1
       
   161 
       
   162 /* Define to 1 if you have the `dlsym' function. */
       
   163 #define HAVE_DLSYM 1
       
   164 
       
   165 /* Define to 1 if you have the <dl.h> header file. */
       
   166 /* #undef HAVE_DL_H */
       
   167 
       
   168 /* Define to 1 if you have the `erand48' function. */
       
   169 #define HAVE_ERAND48 1
       
   170 
       
   171 /* Define to 1 if you have the <errno.h> header file. */
       
   172 #define HAVE_ERRNO_H 1
       
   173 
       
   174 /* Define to 1 if you have the `faccessx' function. */
       
   175 /* #undef HAVE_FACCESSX */
       
   176 
       
   177 /* Define to 1 if you have the `fchdir' function. */
       
   178 #define HAVE_FCHDIR 1
       
   179 
       
   180 /* Define to 1 if you have the <fcntl.h> header file. */
       
   181 #define HAVE_FCNTL_H 1
       
   182 
       
   183 /* Define to 1 if system has working FIFOs. */
       
   184 #define HAVE_FIFOS 1
       
   185 
       
   186 /* Define to 1 if you have the `fseeko' function. */
       
   187 #define HAVE_FSEEKO 1
       
   188 
       
   189 /* Define to 1 if you have the `fstat' function. */
       
   190 #define HAVE_FSTAT 1
       
   191 
       
   192 /* Define to 1 if you have the `ftello' function. */
       
   193 #define HAVE_FTELLO 1
       
   194 
       
   195 /* Define to 1 if you have the `ftruncate' function. */
       
   196 #define HAVE_FTRUNCATE 1
       
   197 
       
   198 /* Define to 1 if you have the `getenv' function. */
       
   199 #define HAVE_GETENV 1
       
   200 
       
   201 /* Define to 1 if you have the `getgrgid' function. */
       
   202 #define HAVE_GETGRGID 1
       
   203 
       
   204 /* Define to 1 if you have the `getgrnam' function. */
       
   205 #define HAVE_GETGRNAM 1
       
   206 
       
   207 /* Define to 1 if you have the `gethostbyname2' function. */
       
   208 #ifndef __SYMBIAN32__
       
   209 #define HAVE_GETHOSTBYNAME2 1 
       
   210 #endif //__SYMBIAN32__
       
   211 
       
   212 /* Define to 1 if you have the `gethostname' function. */
       
   213 #define HAVE_GETHOSTNAME 1
       
   214 
       
   215 /* Define to 1 if you have the `getipnodebyname' function. */
       
   216 /* #undef HAVE_GETIPNODEBYNAME */
       
   217 
       
   218 /* Define to 1 if you have the `getlogin' function. */
       
   219 #define HAVE_GETLOGIN 1 
       
   220 
       
   221 /* Define to 1 if you have the `getpagesize' function. */
       
   222 #define HAVE_GETPAGESIZE 1
       
   223 
       
   224 /* Define to 1 if you have the `getpwent' function. */
       
   225 #define HAVE_GETPWENT 1
       
   226 
       
   227 /* Define to 1 if you have the `getpwnam' function. */
       
   228 #define HAVE_GETPWNAM 1
       
   229 
       
   230 /* Define to 1 if you have the `getpwuid' function. */
       
   231 #define HAVE_GETPWUID 1
       
   232 
       
   233 /* Define to 1 if you have the `getrlimit' function. */
       
   234 #define HAVE_GETRLIMIT 1
       
   235 
       
   236 /* Define to 1 if you have the `getrusage' function. */
       
   237 #define HAVE_GETRUSAGE 1 
       
   238 
       
   239 /* Define to 1 if you have the `gettimeofday' function. */
       
   240 #define HAVE_GETTIMEOFDAY 1
       
   241 
       
   242 /* Define to 1 if you have the `grantpt' function. */
       
   243 #define HAVE_GRANTPT 1
       
   244 
       
   245 /* Define to 1 if you have the <grp.h> header file. */
       
   246 #define HAVE_GRP_H 1
       
   247 
       
   248 /* Define to 1 if you have the `htons' function. */
       
   249 #define HAVE_HTONS 1
       
   250 
       
   251 /* Define to 1 if you have the `iconv' function. */
       
   252 #define HAVE_ICONV 1
       
   253 
       
   254 /* Define to 1 if you have the <iconv.h> header file. */
       
   255 #define HAVE_ICONV_H 1
       
   256 
       
   257 /* Define to 1 if you have the `inet_aton' function. */
       
   258 #define HAVE_INET_ATON 1
       
   259 
       
   260 /* Define to 1 if you have the `inet_ntop' function. */
       
   261 #define HAVE_INET_NTOP 1
       
   262 
       
   263 /* Define to 1 if you have the `inet_pton' function. */
       
   264 #define HAVE_INET_PTON 1
       
   265 
       
   266 /* Define to 1 if you have the `initgroups' function. */
       
   267 #define HAVE_INITGROUPS 1
       
   268 
       
   269 /* Define to 1 if you have the <inttypes.h> header file. */
       
   270 #define HAVE_INTTYPES_H 1
       
   271 
       
   272 /* Define to 1 if there is a prototype defined for ioctl() on your system */
       
   273 #define HAVE_IOCTL_PROTO 1
       
   274 
       
   275 /* Define to 1 if you have the `killpg' function. */
       
   276 #define HAVE_KILLPG 1
       
   277 
       
   278 /* Define to 1 if you have the <langinfo.h> header file. */
       
   279 #define HAVE_LANGINFO_H 1
       
   280 
       
   281 /* Define to 1 if you have the `lchown' function. */
       
   282 #define HAVE_LCHOWN 1
       
   283 
       
   284 /* Define to 1 if you have the `cap' library (-lcap). */
       
   285 /* #undef HAVE_LIBCAP */
       
   286 
       
   287 /* Define to 1 if you have the <libc.h> header file. */
       
   288 /* #undef HAVE_LIBC_H */
       
   289 
       
   290 /* Define to 1 if you have the `dl' library (-ldl). */
       
   291 #define HAVE_LIBDL 1
       
   292 
       
   293 /* Define to 1 if you have the `m' library (-lm). */
       
   294 #define HAVE_LIBM 1
       
   295 
       
   296 /* Define to 1 if you have the `socket' library (-lsocket). */
       
   297 /* #undef HAVE_LIBSOCKET */
       
   298 
       
   299 /* Define to 1 if you have the <limits.h> header file. */
       
   300 #define HAVE_LIMITS_H 1
       
   301 
       
   302 /* Define to 1 if system has working link(). */
       
   303 #define HAVE_LINK 1
       
   304 
       
   305 /* Define to 1 if you have the `load' function. */
       
   306 /* #undef HAVE_LOAD */
       
   307 
       
   308 /* Define to 1 if you have the `loadbind' function. */
       
   309 /* #undef HAVE_LOADBIND */
       
   310 
       
   311 /* Define to 1 if you have the `loadquery' function. */
       
   312 /* #undef HAVE_LOADQUERY */
       
   313 
       
   314 /* Define to 1 if you have the <locale.h> header file. */
       
   315 #define HAVE_LOCALE_H 1
       
   316 
       
   317 /* Define to 1 if you have the `lstat' function. */
       
   318 #define HAVE_LSTAT 1
       
   319 
       
   320 /* Define to 1 if you have the `memcpy' function. */
       
   321 #define HAVE_MEMCPY 1
       
   322 
       
   323 /* Define to 1 if you have the `memmove' function. */
       
   324 #define HAVE_MEMMOVE 1
       
   325 
       
   326 /* Define to 1 if you have the <memory.h> header file. */
       
   327 #define HAVE_MEMORY_H 1
       
   328 
       
   329 /* Define to 1 if you have the `mkfifo' function. */
       
   330 #define HAVE_MKFIFO 1
       
   331 
       
   332 /* Define to 1 if there is a prototype defined for mknod() on your system */
       
   333 #define HAVE_MKNOD_PROTO 1
       
   334 
       
   335 /* Define to 1 if you have the `mkstemp' function. */
       
   336 #define HAVE_MKSTEMP 1
       
   337 
       
   338 /* Define to 1 if you have a working `mmap' system call. */
       
   339 #define HAVE_MMAP 1
       
   340 
       
   341 /* Define to 1 if you have the `msync' function. */
       
   342 #define HAVE_MSYNC 1
       
   343 
       
   344 /* Define to 1 if you have the `munmap' function. */
       
   345 #define HAVE_MUNMAP 1
       
   346 
       
   347 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
       
   348 /* #undef HAVE_NDIR_H */
       
   349 
       
   350 /* Define to 1 if you have the <netinet/in_systm.h> header file. */
       
   351 #define HAVE_NETINET_IN_SYSTM_H 1
       
   352 
       
   353 /* Define to 1 if you have the `nice' function. */
       
   354 #define HAVE_NICE 1
       
   355 
       
   356 /* Define to 1 if you have NIS. */
       
   357 /* #undef HAVE_NIS */
       
   358 
       
   359 /* Define to 1 if you have the `nis_list' function. */
       
   360 #define HAVE_NIS_LIST 1
       
   361 
       
   362 /* Define to 1 if you have NISPLUS. */
       
   363 /* #undef HAVE_NIS_PLUS */
       
   364 
       
   365 /* Define to 1 if you have the `nl_langinfo' function. */
       
   366 #define HAVE_NL_LANGINFO 1
       
   367 
       
   368 /* Define to 1 if you have the `ntohs' function. */
       
   369 #define HAVE_NTOHS 1
       
   370 
       
   371 /* Define if you have the termcap numcodes symbol. */
       
   372 #ifndef __SYMBIAN32__
       
   373 #define HAVE_NUMCODES 1
       
   374 #endif //__SYMBIAN32__
       
   375 
       
   376 /* Define if you have the terminfo numnames symbol. */
       
   377 #ifndef __SYMBIAN32__
       
   378 #define HAVE_NUMNAMES 1
       
   379 #endif //__SYMBIAN32__
       
   380 
       
   381 /* Define to 1 if you have the `open_memstream' function. */
       
   382 #ifndef __SYMBIAN32__
       
   383 #define HAVE_OPEN_MEMSTREAM 1 
       
   384 #endif //__SYMBIAN32__
       
   385 
       
   386 /* Define to 1 if your termcap library has the ospeed variable */
       
   387 #define HAVE_OSPEED 1
       
   388 
       
   389 /* Define to 1 if you have the `pathconf' function. */
       
   390 #define HAVE_PATHCONF 1
       
   391 
       
   392 /* Define to 1 if you have the `pcre_compile' function. */
       
   393 /* #undef HAVE_PCRE_COMPILE */
       
   394 
       
   395 /* Define to 1 if you have the `pcre_exec' function. */
       
   396 /* #undef HAVE_PCRE_EXEC */
       
   397 
       
   398 /* Define to 1 if you have the <pcre.h> header file. */
       
   399 #define HAVE_PCRE_H 1
       
   400 
       
   401 /* Define to 1 if you have the `pcre_study' function. */
       
   402 /* #undef HAVE_PCRE_STUDY */
       
   403 
       
   404 /* Define to 1 if you have the `poll' function. */
       
   405 #ifndef __SYMBIAN32__
       
   406 #define HAVE_POLL 1
       
   407 #endif
       
   408 
       
   409 /* Define to 1 if you have the <poll.h> header file. */
       
   410 #define HAVE_POLL_H 1
       
   411 
       
   412 /* Define to 1 if you have the `ptsname' function. */
       
   413 #define HAVE_PTSNAME 1
       
   414 
       
   415 /* Define to 1 if you have the `putenv' function. */
       
   416 #define HAVE_PUTENV 1
       
   417 
       
   418 /* Define to 1 if you have the <pwd.h> header file. */
       
   419 #define HAVE_PWD_H 1
       
   420 
       
   421 /* Define to 1 if you have the `readlink' function. */
       
   422 #define HAVE_READLINK 1
       
   423 
       
   424 /* Define to 1 if RLIMIT_AIO_MEM is present (whether or not as a macro). */
       
   425 /* #undef HAVE_RLIMIT_AIO_MEM */
       
   426 
       
   427 /* Define to 1 if RLIMIT_AIO_OPS is present (whether or not as a macro). */
       
   428 /* #undef HAVE_RLIMIT_AIO_OPS */
       
   429 
       
   430 /* Define to 1 if RLIMIT_AS is present (whether or not as a macro). */
       
   431 #define HAVE_RLIMIT_AS 1
       
   432 
       
   433 /* Define to 1 if RLIMIT_LOCKS is present (whether or not as a macro). */
       
   434 #ifndef __SYMBIAN32__
       
   435 #define HAVE_RLIMIT_LOCKS 1 
       
   436 #endif //__SYMBIAN32__
       
   437 
       
   438 /* Define to 1 if RLIMIT_MEMLOCK is present (whether or not as a macro). */
       
   439 #define HAVE_RLIMIT_MEMLOCK 1
       
   440 
       
   441 /* Define to 1 if RLIMIT_MSGQUEUE is present (whether or not as a macro). */
       
   442 #ifndef __SYMBIAN32__
       
   443 #define HAVE_RLIMIT_MSGQUEUE 1 
       
   444 #endif //__SYMBIAN32__
       
   445 
       
   446 /* Define to 1 if RLIMIT_NOFILE is present (whether or not as a macro). */
       
   447 #define HAVE_RLIMIT_NOFILE 1
       
   448 
       
   449 /* Define to 1 if RLIMIT_NPROC is present (whether or not as a macro). */
       
   450 #define HAVE_RLIMIT_NPROC 1
       
   451 
       
   452 /* Define to 1 if RLIMIT_PTHREAD is present (whether or not as a macro). */
       
   453 /* #undef HAVE_RLIMIT_PTHREAD */
       
   454 
       
   455 /* Define to 1 if RLIMIT_RSS is present (whether or not as a macro). */
       
   456 #define HAVE_RLIMIT_RSS 1
       
   457 
       
   458 /* Define to 1 if RLIMIT_SBSIZE is present (whether or not as a macro). */
       
   459 /* #undef HAVE_RLIMIT_SBSIZE */
       
   460 
       
   461 /* Define to 1 if RLIMIT_SIGPENDING is present (whether or not as a macro). */
       
   462 #ifndef __SYMBIAN32__
       
   463 #define HAVE_RLIMIT_SIGPENDING 1 
       
   464 #endif//__SYMBIAN32__
       
   465 
       
   466 /* Define to 1 if RLIMIT_TCACHE is present (whether or not as a macro). */
       
   467 /* #undef HAVE_RLIMIT_TCACHE */
       
   468 
       
   469 /* Define to 1 if RLIMIT_VMEM is present (whether or not as a macro). */
       
   470 /* #undef HAVE_RLIMIT_VMEM */
       
   471 
       
   472 /* Define to 1 if you have the `sbrk' function. */
       
   473 #define HAVE_SBRK 1
       
   474 
       
   475 /* Define to 1 if there is a prototype defined for sbrk() on your system. */
       
   476 #define HAVE_SBRK_PROTO 1
       
   477 
       
   478 /* Define to 1 if you have the `select' function. */
       
   479 #define HAVE_SELECT 1
       
   480 
       
   481 /* Define to 1 if you have the `seteuid' function. */
       
   482 #define HAVE_SETEUID 1
       
   483 
       
   484 /* Define to 1 if you have the `setlocale' function. */
       
   485 #define HAVE_SETLOCALE 1
       
   486 
       
   487 /* Define to 1 if you have the `setpgid' function. */
       
   488 #define HAVE_SETPGID 1
       
   489 
       
   490 /* Define to 1 if you have the `setpgrp' function. */
       
   491 #define HAVE_SETPGRP 1
       
   492 
       
   493 /* Define to 1 if you have the `setresuid' function. */
       
   494 #define HAVE_SETRESUID 1
       
   495 
       
   496 /* Define to 1 if you have the `setreuid' function. */
       
   497 #define HAVE_SETREUID 1
       
   498 
       
   499 /* Define to 1 if you have the `setsid' function. */
       
   500 #define HAVE_SETSID 1
       
   501 
       
   502 /* Define to 1 if you have the `setuid' function. */
       
   503 #define HAVE_SETUID 1
       
   504 
       
   505 /* Define to 1 if you have the `setupterm' function. */
       
   506 #ifndef __SYMBIAN32__
       
   507 #define HAVE_SETUPTERM 1
       
   508 #endif //__SYMBIAN32__
       
   509 
       
   510 /* Define to 1 if you have the `shl_findsym' function. */
       
   511 /* #undef HAVE_SHL_FINDSYM */
       
   512 
       
   513 /* Define to 1 if you have the `shl_load' function. */
       
   514 /* #undef HAVE_SHL_LOAD */
       
   515 
       
   516 /* Define to 1 if you have the `shl_unload' function. */
       
   517 /* #undef HAVE_SHL_UNLOAD */
       
   518 
       
   519 /* Define to 1 if you have the `sigaction' function. */
       
   520 #define HAVE_SIGACTION 1
       
   521 
       
   522 /* Define to 1 if you have the `sigblock' function. */
       
   523 #define HAVE_SIGBLOCK 1
       
   524 
       
   525 /* Define to 1 if you have the `sighold' function. */
       
   526 #define HAVE_SIGHOLD 1
       
   527 
       
   528 /* Define to 1 if you have the `signgam' function. */
       
   529 #define HAVE_SIGNGAM 1
       
   530 
       
   531 /* Define to 1 if you have the `sigprocmask' function. */
       
   532 #define HAVE_SIGPROCMASK 1
       
   533 
       
   534 /* Define to 1 if you have the `sigrelse' function. */
       
   535 #define HAVE_SIGRELSE 1
       
   536 
       
   537 /* Define to 1 if you have the `sigsetmask' function. */
       
   538 #define HAVE_SIGSETMASK 1
       
   539 
       
   540 /* Define to 1 if you have the <stddef.h> header file. */
       
   541 #define HAVE_STDDEF_H 1
       
   542 
       
   543 /* Define to 1 if you have the <stdint.h> header file. */
       
   544 #define HAVE_STDINT_H 1
       
   545 
       
   546 /* Define to 1 if you have the <stdio.h> header file. */
       
   547 #define HAVE_STDIO_H 1
       
   548 
       
   549 /* Define to 1 if you have the <stdlib.h> header file. */
       
   550 #define HAVE_STDLIB_H 1
       
   551 
       
   552 /* Define if you have the termcap strcodes symbol. */
       
   553 #ifndef __SYMBIAN32__
       
   554 #define HAVE_STRCODES 1
       
   555 #endif //__SYMBIAN32__
       
   556 
       
   557 /* Define to 1 if you have the `strcoll' function and it is properly defined.
       
   558    */
       
   559 #define HAVE_STRCOLL 1
       
   560 
       
   561 /* Define to 1 if you have the `strerror' function. */
       
   562 #define HAVE_STRERROR 1
       
   563 
       
   564 /* Define to 1 if you have the `strftime' function. */
       
   565 #define HAVE_STRFTIME 1
       
   566 
       
   567 /* Define to 1 if you have the <strings.h> header file. */
       
   568 #define HAVE_STRINGS_H 1
       
   569 
       
   570 /* Define to 1 if you have the <string.h> header file. */
       
   571 #define HAVE_STRING_H 1
       
   572 
       
   573 /* Define if you have the terminfo strnames symbol. */
       
   574 #ifndef __SYMBIAN32__
       
   575 #define HAVE_STRNAMES 1 
       
   576 #endif //__SYMBIAN32__
       
   577 
       
   578 /* Define to 1 if you have the `strstr' function. */
       
   579 #define HAVE_STRSTR 1
       
   580 
       
   581 /* Define if your system's struct direct has a member named d_ino. */
       
   582 /* #undef HAVE_STRUCT_DIRECT_D_INO */
       
   583 
       
   584 /* Define if your system's struct direct has a member named d_stat. */
       
   585 /* #undef HAVE_STRUCT_DIRECT_D_STAT */
       
   586 
       
   587 /* Define if your system's struct dirent has a member named d_ino. */
       
   588 #define HAVE_STRUCT_DIRENT_D_INO 1
       
   589 
       
   590 /* Define if your system's struct dirent has a member named d_stat. */
       
   591 /* #undef HAVE_STRUCT_DIRENT_D_STAT */
       
   592 
       
   593 /* Define to 1 if `ru_idrss' is member of `struct rusage'. */
       
   594 #define HAVE_STRUCT_RUSAGE_RU_IDRSS 1
       
   595 
       
   596 /* Define to 1 if `ru_inblock' is member of `struct rusage'. */
       
   597 #define HAVE_STRUCT_RUSAGE_RU_INBLOCK 1
       
   598 
       
   599 /* Define to 1 if `ru_isrss' is member of `struct rusage'. */
       
   600 #define HAVE_STRUCT_RUSAGE_RU_ISRSS 1
       
   601 
       
   602 /* Define to 1 if `ru_ixrss' is member of `struct rusage'. */
       
   603 #define HAVE_STRUCT_RUSAGE_RU_IXRSS 1
       
   604 
       
   605 /* Define to 1 if `ru_majflt' is member of `struct rusage'. */
       
   606 #define HAVE_STRUCT_RUSAGE_RU_MAJFLT 1
       
   607 
       
   608 /* Define to 1 if `ru_maxrss' is member of `struct rusage'. */
       
   609 #define HAVE_STRUCT_RUSAGE_RU_MAXRSS 1
       
   610 
       
   611 /* Define to 1 if `ru_minflt' is member of `struct rusage'. */
       
   612 #define HAVE_STRUCT_RUSAGE_RU_MINFLT 1
       
   613 
       
   614 /* Define to 1 if `ru_msgrcv' is member of `struct rusage'. */
       
   615 #define HAVE_STRUCT_RUSAGE_RU_MSGRCV 1
       
   616 
       
   617 /* Define to 1 if `ru_msgsnd' is member of `struct rusage'. */
       
   618 #define HAVE_STRUCT_RUSAGE_RU_MSGSND 1
       
   619 
       
   620 /* Define to 1 if `ru_nivcsw' is member of `struct rusage'. */
       
   621 #define HAVE_STRUCT_RUSAGE_RU_NIVCSW 1
       
   622 
       
   623 /* Define to 1 if `ru_nsignals' is member of `struct rusage'. */
       
   624 #define HAVE_STRUCT_RUSAGE_RU_NSIGNALS 1
       
   625 
       
   626 /* Define to 1 if `ru_nswap' is member of `struct rusage'. */
       
   627 #define HAVE_STRUCT_RUSAGE_RU_NSWAP 1
       
   628 
       
   629 /* Define to 1 if `ru_nvcsw' is member of `struct rusage'. */
       
   630 #define HAVE_STRUCT_RUSAGE_RU_NVCSW 1
       
   631 
       
   632 /* Define to 1 if `ru_oublock' is member of `struct rusage'. */
       
   633 #define HAVE_STRUCT_RUSAGE_RU_OUBLOCK 1
       
   634 
       
   635 /* Define if your system's struct sockaddr_in6 has a member named
       
   636    sin6_scope_id. */
       
   637 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
       
   638 
       
   639 /* Define to 1 if struct timezone is defined by a system header */
       
   640 #define HAVE_STRUCT_TIMEZONE 1
       
   641 
       
   642 /* Define to 1 if struct utmp is defined by a system header */
       
   643 #define HAVE_STRUCT_UTMP 1
       
   644 
       
   645 /* Define to 1 if struct utmpx is defined by a system header */
       
   646 #define HAVE_STRUCT_UTMPX 1
       
   647 
       
   648 /* Define if your system's struct utmpx has a member named ut_host. */
       
   649 #define HAVE_STRUCT_UTMPX_UT_HOST 1
       
   650 
       
   651 /* Define if your system's struct utmpx has a member named ut_tv. */
       
   652 #define HAVE_STRUCT_UTMPX_UT_TV 1
       
   653 
       
   654 /* Define if your system's struct utmpx has a member named ut_xtime. */
       
   655 /* #undef HAVE_STRUCT_UTMPX_UT_XTIME */
       
   656 
       
   657 /* Define if your system's struct utmp has a member named ut_host. */
       
   658 #define HAVE_STRUCT_UTMP_UT_HOST 1
       
   659 
       
   660 /* Define to 1 if you have RFS superroot directory. */
       
   661 /* #undef HAVE_SUPERROOT */
       
   662 
       
   663 /* Define to 1 if you have the `sysconf' function. */
       
   664 #define HAVE_SYSCONF 1
       
   665 
       
   666 /* Define to 1 if you have the <sys/capability.h> header file. */
       
   667 #ifndef __SYMBIAN32__
       
   668 #define HAVE_SYS_CAPABILITY_H 1 
       
   669 #endif //__SYMBIAN32__
       
   670 
       
   671 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
       
   672    */
       
   673 /* #undef HAVE_SYS_DIR_H */
       
   674 
       
   675 /* Define to 1 if you have the <sys/filio.h> header file. */
       
   676 /* #undef HAVE_SYS_FILIO_H */
       
   677 
       
   678 /* Define to 1 if you have the <sys/mman.h> header file. */
       
   679 #define HAVE_SYS_MMAN_H 1
       
   680 
       
   681 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
       
   682    */
       
   683 /* #undef HAVE_SYS_NDIR_H */
       
   684 
       
   685 /* Define to 1 if you have the <sys/param.h> header file. */
       
   686 #define HAVE_SYS_PARAM_H 1
       
   687 
       
   688 /* Define to 1 if you have the <sys/resource.h> header file. */
       
   689 #define HAVE_SYS_RESOURCE_H 1
       
   690 
       
   691 /* Define to 1 if you have the <sys/select.h> header file. */
       
   692 #define HAVE_SYS_SELECT_H 1
       
   693 
       
   694 /* Define to 1 if you have the <sys/stat.h> header file. */
       
   695 #define HAVE_SYS_STAT_H 1
       
   696 
       
   697 /* Define to 1 if you have the <sys/stropts.h> header file. */
       
   698 #define HAVE_SYS_STROPTS_H 1
       
   699 
       
   700 /* Define to 1 if you have the <sys/times.h> header file. */
       
   701 #define HAVE_SYS_TIMES_H 1
       
   702 
       
   703 /* Define to 1 if you have the <sys/time.h> header file. */
       
   704 #define HAVE_SYS_TIME_H 1
       
   705 
       
   706 /* Define to 1 if you have the <sys/types.h> header file. */
       
   707 #define HAVE_SYS_TYPES_H 1
       
   708 
       
   709 /* Define to 1 if you have the <sys/utsname.h> header file. */
       
   710 #define HAVE_SYS_UTSNAME_H 1
       
   711 
       
   712 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
       
   713 #define HAVE_SYS_WAIT_H 1
       
   714 
       
   715 /* Define to 1 if you have the `tcgetattr' function. */
       
   716 #define HAVE_TCGETATTR 1
       
   717 
       
   718 /* Define to 1 if you have the `tcsetpgrp' function. */
       
   719 #define HAVE_TCSETPGRP 1
       
   720 
       
   721 /* Define to 1 if you have the <termcap.h> header file. */
       
   722 #define HAVE_TERMCAP_H 1
       
   723 
       
   724 /* Define to 1 if you have the <termios.h> header file. */
       
   725 #define HAVE_TERMIOS_H 1
       
   726 
       
   727 /* Define to 1 if you have the <termio.h> header file. */
       
   728 #define HAVE_TERMIO_H 1
       
   729 
       
   730 /* Define to 1 if you have the <term.h> header file. */
       
   731 #define HAVE_TERM_H 1
       
   732 
       
   733 /* Define to 1 if you have the `tgetent' function. */
       
   734 #define HAVE_TGETENT 1
       
   735 
       
   736 /* Define to 1 if you have the `tigetflag' function. */
       
   737 #define HAVE_TIGETFLAG 1
       
   738 
       
   739 /* Define to 1 if you have the `tigetnum' function. */
       
   740 #define HAVE_TIGETNUM 1
       
   741 
       
   742 /* Define to 1 if you have the `tigetstr' function. */
       
   743 #define HAVE_TIGETSTR 1
       
   744 
       
   745 /* Define to 1 if you have the `uname' function. */
       
   746 #define HAVE_UNAME 1
       
   747 
       
   748 /* Define to 1 if the compiler can initialise a union. */
       
   749 #define HAVE_UNION_INIT 1
       
   750 
       
   751 /* Define to 1 if you have the <unistd.h> header file. */
       
   752 #define HAVE_UNISTD_H 1
       
   753 
       
   754 /* Define to 1 if you have the `unload' function. */
       
   755 /* #undef HAVE_UNLOAD */
       
   756 
       
   757 /* Define to 1 if you have the `unlockpt' function. */
       
   758 #define HAVE_UNLOCKPT 1
       
   759 
       
   760 /* Define to 1 if you have the <utmpx.h> header file. */
       
   761 #define HAVE_UTMPX_H 1
       
   762 
       
   763 /* Define to 1 if you have the <utmp.h> header file. */
       
   764 #define HAVE_UTMP_H 1
       
   765 
       
   766 /* Define to 1 if compiler supports variable-length arrays */
       
   767 #ifndef __SYMBIAN32__
       
   768 #define HAVE_VARIABLE_LENGTH_ARRAYS 1 
       
   769 #endif //__SYMBIAN32__
       
   770 
       
   771 /* Define to 1 if you have the `wait3' function. */
       
   772 #ifndef __SYMBIAN32__
       
   773 #define HAVE_WAIT3 1 
       
   774 #endif//__SYMBIAN32__
       
   775 
       
   776 /* Define to 1 if you have the `waitpid' function. */
       
   777 #define HAVE_WAITPID 1
       
   778 
       
   779 /* Define to 1 if you have the <wchar.h> header file. */
       
   780 #define HAVE_WCHAR_H 1
       
   781 
       
   782 /* Define to 1 if you have the `wctomb' function. */
       
   783 #define HAVE_WCTOMB 1
       
   784 
       
   785 /* Define to 1 if you have the `_mktemp' function. */
       
   786 /* #undef HAVE__MKTEMP */
       
   787 
       
   788 /* Define to 1 if you want to use dynamically loaded modules on HPUX 10. */
       
   789 /* #undef HPUXDYNAMIC */
       
   790 
       
   791 /* Define as const if the declaration of iconv() needs const. */
       
   792 #define ICONV_CONST 
       
   793 
       
   794 /* Define to 1 if ino_t is 64 bit (for large file support). */
       
   795 #define INO_T_IS_64_BIT 1
       
   796 
       
   797 /* Definitions used when a long is less than eight byte, to try to provide
       
   798    some support for eight byte operations. Note that ZSH_64_BIT_TYPE,
       
   799    OFF_T_IS_64_BIT, INO_T_IS_64_BIT do *not* get defined if long is already 64
       
   800    bits, since in that case no special handling is required. Define to 1 if
       
   801    long is 64 bits */
       
   802 /* #undef LONG_IS_64_BIT */
       
   803 
       
   804 /* Define to be the machine type (microprocessor class or machine model). */
       
   805 #define MACHTYPE "i686"
       
   806 
       
   807 /* Define for Maildir support */
       
   808 /* #undef MAILDIR_SUPPORT */
       
   809 
       
   810 /* Define for function depth limits */
       
   811 #define MAX_FUNCTION_DEPTH 4096
       
   812 
       
   813 /* Define to 1 if you have ospeed, but it is not defined in termcap.h */
       
   814 /* #undef MUST_DEFINE_OSPEED */
       
   815 
       
   816 /* Define to 1 if you have no signal blocking at all (bummer). */
       
   817 /* #undef NO_SIGNAL_BLOCKING */
       
   818 
       
   819 /* Define to 1 if off_t is 64 bit (for large file support) */
       
   820 #define OFF_T_IS_64_BIT 1
       
   821 
       
   822 /* Define to be the name of the operating system. */
       
   823 #define OSTYPE "linux-gnu"
       
   824 
       
   825 /* Define to the address where bug reports for this package should be sent. */
       
   826 #define PACKAGE_BUGREPORT ""
       
   827 
       
   828 /* Define to the full name of this package. */
       
   829 #define PACKAGE_NAME ""
       
   830 
       
   831 /* Define to the full name and version of this package. */
       
   832 #define PACKAGE_STRING ""
       
   833 
       
   834 /* Define to the one symbol short name of this package. */
       
   835 #define PACKAGE_TARNAME ""
       
   836 
       
   837 /* Define to the version of this package. */
       
   838 #define PACKAGE_VERSION ""
       
   839 
       
   840 /* Define to the path of the /dev/fd filesystem. */
       
   841 #define PATH_DEV_FD "/proc/self/fd"
       
   842 
       
   843 /* Define to be location of utmpx file. */
       
   844 /* #undef PATH_UTMPX_FILE */
       
   845 
       
   846 /* Define to be location of utmp file. */
       
   847 #define PATH_UTMP_FILE "/var/run/utmp"
       
   848 
       
   849 /* Define to be location of wtmpx file. */
       
   850 /* #undef PATH_WTMPX_FILE */
       
   851 
       
   852 /* Define to be location of wtmp file. */
       
   853 #define PATH_WTMP_FILE "/var/log/wtmp"
       
   854 
       
   855 /* Define to 1 if you use POSIX style signal handling. */
       
   856 #define POSIX_SIGNALS 1
       
   857 
       
   858 /* Define to 1 if ANSI function prototypes are usable. */
       
   859 #define PROTOTYPES 1
       
   860 
       
   861 /* Undefine this if you don't want to get a restricted shell when zsh is
       
   862    exec'd with basename that starts with r. By default this is defined. */
       
   863 #define RESTRICTED_R 1
       
   864 
       
   865 /* Define as the return type of signal handlers (`int' or `void'). */
       
   866 #define RETSIGTYPE void
       
   867 
       
   868 /* Define to 1 if RLIMIT_RSS and RLIMIT_AS both exist and are equal. */
       
   869 /* #undef RLIMIT_RSS_IS_AS */
       
   870 
       
   871 /* Define to 1 if RLIMIT_VMEM and RLIMIT_AS both exist and are equal. */
       
   872 /* #undef RLIMIT_VMEM_IS_AS */
       
   873 
       
   874 /* Define to 1 if RLIMIT_VMEM and RLIMIT_RSS both exist and are equal. */
       
   875 /* #undef RLIMIT_VMEM_IS_RSS */
       
   876 
       
   877 /* Define to 1 if struct rlimit uses long long */
       
   878 /* #undef RLIM_T_IS_LONG_LONG */
       
   879 
       
   880 /* Define to 1 if struct rlimit uses quad_t. */
       
   881 #define RLIM_T_IS_QUAD_T 1
       
   882 
       
   883 /* Define to 1 if struct rlimit uses unsigned. */
       
   884 /* #undef RLIM_T_IS_UNSIGNED */
       
   885 
       
   886 /* Define to 1 if select() is defined in <sys/socket.h>, ie BeOS R4.51 */
       
   887 /* #undef SELECT_IN_SYS_SOCKET_H */
       
   888 
       
   889 /* Define to 1 if /bin/sh does not interpret \ escape sequences. */
       
   890 #define SH_USE_BSD_ECHO 1
       
   891 
       
   892 /* If using the C implementation of alloca, define if you know the
       
   893    direction of stack growth for your system; otherwise it will be
       
   894    automatically deduced at run-time.
       
   895 	STACK_DIRECTION > 0 => grows toward higher addresses
       
   896 	STACK_DIRECTION < 0 => grows toward lower addresses
       
   897 	STACK_DIRECTION = 0 => direction of growth unknown */
       
   898 /* #undef STACK_DIRECTION */
       
   899 
       
   900 /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
       
   901 /* #undef STAT_MACROS_BROKEN */
       
   902 
       
   903 /* Define to 1 if you have the ANSI C header files. */
       
   904 #define STDC_HEADERS 1
       
   905 
       
   906 /* Define to 1 if you use SYS style signal handling (and can block signals).
       
   907    */
       
   908 /* #undef SYSV_SIGNALS */
       
   909 
       
   910 /* Define if term.h chokes without curses.h. */
       
   911 /* #undef TERM_H_NEEDS_CURSES_H */
       
   912 
       
   913 /* Define to 1 if tgetent() accepts NULL as a buffer. */
       
   914 #define TGETENT_ACCEPTS_NULL 1
       
   915 
       
   916 /* Define to what tgetent() returns on success (0 on HP-UX X/Open curses). */
       
   917 #define TGETENT_SUCCESS 1
       
   918 
       
   919 /* Define if sys/time.h and sys/select.h cannot be both included. */
       
   920 /* #undef TIME_H_SELECT_H_CONFLICTS */
       
   921 
       
   922 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
       
   923 #define TIME_WITH_SYS_TIME 1
       
   924 
       
   925 /* Define to 1 if all the kit for using /dev/ptmx for ptys is available. */
       
   926 #define USE_DEV_PTMX 1
       
   927 
       
   928 /* Define to 1 if you need to use the native getcwd. */
       
   929 /* #undef USE_GETCWD */
       
   930 
       
   931 /* Define to 1 if h_errno is not defined by the system. */
       
   932 #ifndef __SYMBIAN32__
       
   933  #define USE_LOCAL_H_ERRNO 1 
       
   934 #endif//__SYMBIAN32__
       
   935 
       
   936 /* Define to be a string corresponding the vendor of the machine. */
       
   937 #define VENDOR "pc"
       
   938 
       
   939 /* Define if your should include sys/stream.h and sys/ptem.h. */
       
   940 /* #undef WINSIZE_IN_PTEM */
       
   941 
       
   942 /* Define to a 64 bit integer type if there is one, but long is shorter. */
       
   943 #define ZSH_64_BIT_TYPE long long
       
   944 
       
   945 /* Define to an unsigned variant of ZSH_64_BIT_TYPE if that is defined. */
       
   946 #define ZSH_64_BIT_UTYPE unsigned long long
       
   947 
       
   948 /* Define to 1 if you want to get debugging information on internal hash
       
   949    tables. This turns on the `hashinfo' builtin. */
       
   950 /* #undef ZSH_HASH_DEBUG */
       
   951 
       
   952 /* Define to 1 if you want to use zsh's own memory allocation routines */
       
   953 /* #undef ZSH_MEM */
       
   954 
       
   955 /* Define to 1 if you want to debug zsh memory allocation routines. */
       
   956 /* #undef ZSH_MEM_DEBUG */
       
   957 
       
   958 /* Define to 1 if you want to turn on warnings of memory allocation errors */
       
   959 /* #undef ZSH_MEM_WARNING */
       
   960 
       
   961 /* Define to 1 if you want to turn on memory checking for free(). */
       
   962 /* #undef ZSH_SECURE_FREE */
       
   963 
       
   964 /* Define to the base type of the third argument of accept */
       
   965 #define ZSOCKLEN_T socklen_t
       
   966 
       
   967 /* Define to empty if `const' does not conform to ANSI C. */
       
   968 /* #undef const */
       
   969 
       
   970 /* Define to `int' if <sys/types.h> doesn't define. */
       
   971 /* #undef gid_t */
       
   972 
       
   973 /* Define to `unsigned long' if <sys/types.h> doesn't define. */
       
   974 /* #undef ino_t */
       
   975 
       
   976 /* Define to `int' if <sys/types.h> does not define. */
       
   977 /* #undef mode_t */
       
   978 
       
   979 /* Define to `long' if <sys/types.h> does not define. */
       
   980 /* #undef off_t */
       
   981 
       
   982 /* Define to `int' if <sys/types.h> does not define. */
       
   983 /* #undef pid_t */
       
   984 
       
   985 /* Define to the type used in struct rlimit. */
       
   986 /* #undef rlim_t */
       
   987 
       
   988 /* Define to `unsigned int' if <sys/types.h> or <signal.h> doesn't define */
       
   989 /* #undef sigset_t */
       
   990 
       
   991 /* Define to `unsigned' if <sys/types.h> does not define. */
       
   992 /* #undef size_t */
       
   993 
       
   994 /* Define to `int' if <sys/types.h> doesn't define. */
       
   995 /* #undef uid_t */