comparison src/input.cc @ 1192:b6360f2d4fa6

[project @ 1995-03-30 21:38:35 by jwe]
author jwe
date Thu, 30 Mar 1995 21:38:35 +0000
parents cc033b3d4be4
children c56c0565afd5
comparison
equal deleted inserted replaced
1191:f16c33407b80 1192:b6360f2d4fa6
32 */ 32 */
33 33
34 // Use the GNU readline library for command line editing and hisory. 34 // Use the GNU readline library for command line editing and hisory.
35 35
36 #ifdef HAVE_CONFIG_H 36 #ifdef HAVE_CONFIG_H
37 #include "config.h" 37 #include <config.h>
38 #endif 38 #endif
39 39
40 #include <sys/types.h> 40 #include <sys/types.h>
41 #ifdef HAVE_UNISTD_H 41 #ifdef HAVE_UNISTD_H
42 #include <unistd.h> 42 #include <unistd.h>