source: config.h.in @ 6e3980e

barnowl_perlaimdebianowlrelease-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9
Last change on this file since 6e3980e was 11a7c6a, checked in by James M. Kretchmar <kretch@mit.edu>, 20 years ago
Added #undef HAVE_SYS_FILIO_H to config.h.in to fix Solaris
  • Property mode set to 100644
File size: 1.5 KB
Line 
1/* config.h.in.  Generated automatically from configure.in by autoheader.  */
2
3/* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
4#undef HAVE_SYS_WAIT_H
5
6/* Define if you have the ANSI C header files.  */
7#undef STDC_HEADERS
8
9/* Define if you have the <strings.h> header file.  */
10#undef HAVE_STRINGS_H
11
12/* Define if you have the <sys/ioctl.h> header file.  */
13#undef HAVE_SYS_IOCTL_H
14
15/* Define if you have the <unistd.h> header file.  */
16#undef HAVE_UNISTD_H
17
18#undef HAVE_COM_ERR_H
19
20#undef HAVE_SYS_FILIO_H
21
22/* Define if you have the com_err library (-lcom_err).  */
23#undef HAVE_LIBCOM_ERR
24
25/* Define if you have the des425 library (-ldes425).  */
26#undef HAVE_LIBDES425
27
28/* Define if you have the k5crypto library (-lk5crypto).  */
29#undef HAVE_LIBK5CRYPTO
30
31/* Define if you have the krb4 library (-lkrb4).  */
32#undef HAVE_LIBKRB4
33
34/* Define if you have the krb5 library (-lkrb5).  */
35#undef HAVE_LIBKRB5
36
37/* Define if you have the ncurses library (-lncurses).  */
38#undef HAVE_LIBNCURSES
39
40/* Define if you have the nsl library (-lnsl).  */
41#undef HAVE_LIBNSL
42
43/* Define if you have the socket library (-lsocket).  */
44#undef HAVE_LIBSOCKET
45
46/* Define if you have the zephyr library (-lzephyr).  */
47#undef HAVE_LIBZEPHYR
48
49/* Define if libzephyr contains ZInitLocationInfo */
50#undef HAVE_LIBZEPHYR_ZINITLOCATIONINFO
51
52#undef HAVE_USE_DEFAULT_COLORS
53
54#undef HAVE_DES_STRING_TO_KEY
55
56#undef HAVE_DES_KEY_SCHED
57
58#undef HAVE_DES_ECB_ENCRYPT
59
60#undef HAVE_DES_ECB_ENCRYPT_PROTO
61
62
63#undef TERMINFO
Note: See TracBrowser for help on using the repository browser.