source: config.h.in @ bddcaf1

debian
Last change on this file since bddcaf1 was bddcaf1, checked in by Sam Hartman <hartmans@mit.edu>, 15 years ago
Merge commit 'barnowl-1.1' into upstream
  • Property mode set to 100644
File size: 2.9 KB
Line 
1/* config.h.in.  Generated from configure.ac by autoheader.  */
2
3/* Define to 1 if you have the <com_err.h> header file. */
4#undef HAVE_COM_ERR_H
5
6/* Define to 1 if you have the `DES_ecb_encrypt' function. */
7#undef HAVE_DES_ECB_ENCRYPT
8
9/* have proto for des_ecb_encrypt */
10#undef HAVE_DES_ECB_ENCRYPT_PROTO
11
12/* Define to 1 if you have the `DES_key_sched' function. */
13#undef HAVE_DES_KEY_SCHED
14
15/* Define to 1 if you have the `DES_string_to_key' function. */
16#undef HAVE_DES_STRING_TO_KEY
17
18/* Define to 1 if you have the <inttypes.h> header file. */
19#undef HAVE_INTTYPES_H
20
21/* Define to 1 if you have the `com_err' library (-lcom_err). */
22#undef HAVE_LIBCOM_ERR
23
24/* Define to 1 if you have the `crypto' library (-lcrypto). */
25#undef HAVE_LIBCRYPTO
26
27/* Define to 1 if you have the `des425' library (-ldes425). */
28#undef HAVE_LIBDES425
29
30/* Define to 1 if you have the `ncursesw' library (-lncursesw). */
31#undef HAVE_LIBNCURSESW
32
33/* Define to 1 if you have the `nsl' library (-lnsl). */
34#undef HAVE_LIBNSL
35
36/* Define to 1 if you have the `resolv' library (-lresolv). */
37#undef HAVE_LIBRESOLV
38
39/* Define to 1 if you have the `socket' library (-lsocket). */
40#undef HAVE_LIBSOCKET
41
42/* Define to 1 if you have the `ssp' library (-lssp). */
43#undef HAVE_LIBSSP
44
45/* Define to 1 if you have the `zephyr' library (-lzephyr). */
46#undef HAVE_LIBZEPHYR
47
48/* Have ZInitLocationInfo */
49#undef HAVE_LIBZEPHYR_ZINITLOCATIONINFO
50
51/* Define to 1 if you have the <memory.h> header file. */
52#undef HAVE_MEMORY_H
53
54/* Define to 1 if you have the `resizeterm' function. */
55#undef HAVE_RESIZETERM
56
57/* Define to 1 if you have the <stdint.h> header file. */
58#undef HAVE_STDINT_H
59
60/* Define to 1 if you have the <stdlib.h> header file. */
61#undef HAVE_STDLIB_H
62
63/* Define to 1 if you have the <strings.h> header file. */
64#undef HAVE_STRINGS_H
65
66/* Define to 1 if you have the <string.h> header file. */
67#undef HAVE_STRING_H
68
69/* Define to 1 if you have the <sys/filio.h> header file. */
70#undef HAVE_SYS_FILIO_H
71
72/* Define to 1 if you have the <sys/ioctl.h> header file. */
73#undef HAVE_SYS_IOCTL_H
74
75/* Define to 1 if you have the <sys/stat.h> header file. */
76#undef HAVE_SYS_STAT_H
77
78/* Define to 1 if you have the <sys/types.h> header file. */
79#undef HAVE_SYS_TYPES_H
80
81/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
82#undef HAVE_SYS_WAIT_H
83
84/* Define to 1 if you have the <unistd.h> header file. */
85#undef HAVE_UNISTD_H
86
87/* Define to 1 if you have the `use_default_colors' function. */
88#undef HAVE_USE_DEFAULT_COLORS
89
90/* Define to the address where bug reports for this package should be sent. */
91#undef PACKAGE_BUGREPORT
92
93/* Define to the full name of this package. */
94#undef PACKAGE_NAME
95
96/* Define to the full name and version of this package. */
97#undef PACKAGE_STRING
98
99/* Define to the one symbol short name of this package. */
100#undef PACKAGE_TARNAME
101
102/* Define to the version of this package. */
103#undef PACKAGE_VERSION
104
105/* Define to 1 if you have the ANSI C header files. */
106#undef STDC_HEADERS
Note: See TracBrowser for help on using the repository browser.