comparison src/utils.cc @ 1343:94bedeb289e5

[project @ 1995-09-04 00:29:21 by jwe]
author jwe
date Mon, 04 Sep 1995 00:42:19 +0000
parents 64819a909ed7
children 1ddfcf6b19a0
comparison
equal deleted inserted replaced
1342:61bb2bdee11e 1343:94bedeb289e5
23 23
24 #ifdef HAVE_CONFIG_H 24 #ifdef HAVE_CONFIG_H
25 #include <config.h> 25 #include <config.h>
26 #endif 26 #endif
27 27
28 #include <cstring>
29 #include <climits>
30
28 #include <sys/types.h> 31 #include <sys/types.h>
29 #ifdef HAVE_UNISTD_H 32 #ifdef HAVE_UNISTD_H
30 #include <unistd.h> 33 #include <unistd.h>
31 #endif 34 #endif
32 #include <sys/param.h> 35 #include <sys/param.h>
33 #include <string.h>
34 #include <limits.h>
35 #include <iostream.h> 36 #include <iostream.h>
36 #include <strstream.h> 37 #include <strstream.h>
37 #include <fstream.h> 38 #include <fstream.h>
38 39
39 #include <Complex.h> 40 #include <Complex.h>