ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/Unix/config.h.in
(Generate patch)

Comparing BasiliskII/src/Unix/config.h.in (file contents):
Revision 1.5 by cebix, 1999-10-21T13:33:17Z vs.
Revision 1.7 by cebix, 1999-10-26T16:28:30Z

# Line 67 | Line 67
67   /* Define if you have the <fcntl.h> header file.  */
68   #undef HAVE_FCNTL_H
69  
70 + /* Define if you have the <readline/history.h> header file.  */
71 + #undef HAVE_READLINE_HISTORY_H
72 +
73 + /* Define if you have the <readline/readline.h> header file.  */
74 + #undef HAVE_READLINE_READLINE_H
75 +
76   /* Define if you have the <sys/time.h> header file.  */
77   #undef HAVE_SYS_TIME_H
78  
79   /* Define if you have the <unistd.h> header file.  */
80   #undef HAVE_UNISTD_H
81 +
82 + /* Define if you have the posix4 library (-lposix4).  */
83 + #undef HAVE_LIBPOSIX4
84 +
85 + /* Define if you have the pthread library (-lpthread).  */
86 + #undef HAVE_LIBPTHREAD
87 +
88 + /* Define if you have the readline library (-lreadline).  */
89 + #undef HAVE_LIBREADLINE

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines