comparison src/input.cc @ 1343:94bedeb289e5

[project @ 1995-09-04 00:29:21 by jwe]
author jwe
date Mon, 04 Sep 1995 00:42:19 +0000
parents 611d403c7f3d
children 33cf1f36aec6
comparison
equal deleted inserted replaced
1342:61bb2bdee11e 1343:94bedeb289e5
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 <ctime>
41 #include <cstdio>
42 #include <cstdlib>
43 #include <cstring>
44 #include <cassert>
45 #include <csignal>
46
40 #include <sys/types.h> 47 #include <sys/types.h>
41 #ifdef HAVE_UNISTD_H 48 #ifdef HAVE_UNISTD_H
42 #include <unistd.h> 49 #include <unistd.h>
43 #endif 50 #endif
44 #include <time.h> 51
45 #include <stdio.h>
46 #include <stdlib.h>
47 #include <iostream.h> 52 #include <iostream.h>
48 #include <strstream.h> 53 #include <strstream.h>
49 #include <string.h>
50 #include <assert.h>
51 #include <signal.h>
52 54
53 // This must come before anything that includes iostream.h... 55 // This must come before anything that includes iostream.h...
54 extern "C" 56 extern "C"
55 { 57 {
56 #include "readline/readline.h" 58 #include "readline/readline.h"