source: config.h.in @ e322b7c

barnowl_perlaimdebianrelease-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9
Last change on this file since e322b7c was 03cf6b9, checked in by Sam Hartman <hartmans@mit.edu>, 17 years ago
update
  • Property mode set to 100644
File size: 3.3 KB
RevLine 
[03cf6b9]1/* config.h.in.  Generated from configure.in by autoheader.  */
[7d4fbcd]2
[03cf6b9]3/* Define to 1 if you have the <com_err.h> header file. */
4#undef HAVE_COM_ERR_H
[7d4fbcd]5
[03cf6b9]6/* Define to 1 if you have the `des_ecb_encrypt' function. */
7#undef HAVE_DES_ECB_ENCRYPT
[7d4fbcd]8
[03cf6b9]9/* have proto for des_ecb_encrypt */
10#undef HAVE_DES_ECB_ENCRYPT_PROTO
[7d4fbcd]11
[03cf6b9]12/* Define to 1 if you have the `des_key_sched' function. */
13#undef HAVE_DES_KEY_SCHED
[7d4fbcd]14
[03cf6b9]15/* Define to 1 if you have the `des_string_to_key' function. */
16#undef HAVE_DES_STRING_TO_KEY
[e6449bc]17
[03cf6b9]18/* Define to 1 if you have the <inttypes.h> header file. */
19#undef HAVE_INTTYPES_H
[11a7c6a]20
[03cf6b9]21/* Define to 1 if you have the `com_err' library (-lcom_err). */
[7d4fbcd]22#undef HAVE_LIBCOM_ERR
23
[03cf6b9]24/* Define to 1 if you have the `curses' library (-lcurses). */
25#undef HAVE_LIBCURSES
26
27/* Define to 1 if you have the `des425' library (-ldes425). */
[7d4fbcd]28#undef HAVE_LIBDES425
29
[03cf6b9]30/* Define to 1 if you have the `k5crypto' library (-lk5crypto). */
[7d4fbcd]31#undef HAVE_LIBK5CRYPTO
32
[03cf6b9]33/* Define to 1 if you have the `krb' library (-lkrb). */
34#undef HAVE_LIBKRB
35
36/* Define to 1 if you have the `krb4' library (-lkrb4). */
[7d4fbcd]37#undef HAVE_LIBKRB4
38
[03cf6b9]39/* Define to 1 if you have the `krb5' library (-lkrb5). */
[7d4fbcd]40#undef HAVE_LIBKRB5
41
[03cf6b9]42/* Define to 1 if you have the `ncurses' library (-lncurses). */
[7d4fbcd]43#undef HAVE_LIBNCURSES
44
[03cf6b9]45/* Define to 1 if you have the `ncursesw' library (-lncursesw). */
46#undef HAVE_LIBNCURSESW
47
48/* Define to 1 if you have the `nsl' library (-lnsl). */
[7d4fbcd]49#undef HAVE_LIBNSL
50
[03cf6b9]51/* Define to 1 if you have the `resolv' library (-lresolv). */
52#undef HAVE_LIBRESOLV
53
54/* Define to 1 if you have the `socket' library (-lsocket). */
[7d4fbcd]55#undef HAVE_LIBSOCKET
56
[03cf6b9]57/* Define to 1 if you have the `zephyr' library (-lzephyr). */
[7d4fbcd]58#undef HAVE_LIBZEPHYR
59
[03cf6b9]60/* Have ZInitLocationInfo */
[7d4fbcd]61#undef HAVE_LIBZEPHYR_ZINITLOCATIONINFO
62
[03cf6b9]63/* Define to 1 if you have the <memory.h> header file. */
64#undef HAVE_MEMORY_H
[e51b410]65
[03cf6b9]66/* Define to 1 if you have the `resizeterm' function. */
[dc2ad79]67#undef HAVE_RESIZETERM
68
[03cf6b9]69/* Define to 1 if you have the <stdint.h> header file. */
70#undef HAVE_STDINT_H
[c269e22]71
[03cf6b9]72/* Define to 1 if you have the <stdlib.h> header file. */
73#undef HAVE_STDLIB_H
[c269e22]74
[03cf6b9]75/* Define to 1 if you have the <strings.h> header file. */
76#undef HAVE_STRINGS_H
[0435c7d]77
[03cf6b9]78/* Define to 1 if you have the <string.h> header file. */
79#undef HAVE_STRING_H
80
81/* Define to 1 if you have the <sys/filio.h> header file. */
82#undef HAVE_SYS_FILIO_H
83
84/* Define to 1 if you have the <sys/ioctl.h> header file. */
85#undef HAVE_SYS_IOCTL_H
86
87/* Define to 1 if you have the <sys/stat.h> header file. */
88#undef HAVE_SYS_STAT_H
89
90/* Define to 1 if you have the <sys/types.h> header file. */
91#undef HAVE_SYS_TYPES_H
92
93/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
94#undef HAVE_SYS_WAIT_H
[c269e22]95
[03cf6b9]96/* Define to 1 if you have the <unistd.h> header file. */
97#undef HAVE_UNISTD_H
98
99/* Define to 1 if you have the `use_default_colors' function. */
100#undef HAVE_USE_DEFAULT_COLORS
101
102/* Define to the address where bug reports for this package should be sent. */
103#undef PACKAGE_BUGREPORT
104
105/* Define to the full name of this package. */
106#undef PACKAGE_NAME
107
108/* Define to the full name and version of this package. */
109#undef PACKAGE_STRING
110
111/* Define to the one symbol short name of this package. */
112#undef PACKAGE_TARNAME
113
114/* Define to the version of this package. */
115#undef PACKAGE_VERSION
116
117/* Define to 1 if you have the ANSI C header files. */
118#undef STDC_HEADERS
[0435c7d]119
[03cf6b9]120/* Have terminfo */
[7d4fbcd]121#undef TERMINFO
Note: See TracBrowser for help on using the repository browser.