r221: *** empty log message ***
authorKevin M. Rosenberg <kevin@rosenberg.net>
Tue, 28 Nov 2000 15:37:52 +0000 (15:37 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Tue, 28 Nov 2000 15:37:52 +0000 (15:37 +0000)
Makefile.in
include/ct.h

index 13fcd9bae6edf3c9b36af9f7643c1570130a4c22..96cb90e5ddac09da554988d37ee93794235d70f3 100644 (file)
@@ -98,7 +98,7 @@ wxlibs = @wxlibs@
 
 SUBDIRS = $(EXTRA_DIRS1) $(EXTRA_DIRS2) libctsupport libctsim man doc html cgi-bin include tools $(EXTRA_DIRS3) 
 
-EXTRA_DIST = acsite.m4 make.bat README.RedHat7
+EXTRA_DIST = acsite.m4 make.bat 
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 CONFIG_HEADER = config.h
index 8750cab54e24cc192f5342d24e99c45fba7f704b..99d20131fd2cca2742eed7dc39288108a389a8a0 100644 (file)
@@ -9,7 +9,7 @@
 **  This is part of the CTSim program
 **  Copyright (C) 1983-2000 Kevin Rosenberg
 **
-**  $Id: ct.h,v 1.34 2000/11/28 14:54:07 kevin Exp $
+**  $Id: ct.h,v 1.35 2000/11/28 15:37:52 kevin Exp $
 **
 **  This program is free software; you can redistribute it and/or modify
 **  it under the terms of the GNU General Public License (version 2) as
 #include <exception>
 #include <stdexcept>
 #include <memory>
+#include <cstring>
+#include <cstddef>
+#include <cstdarg>
+#include <cstdlib>
 
 #define __MATH_H__ 1
 
@@ -77,18 +81,7 @@ extern "C" {
 #endif
 #endif
 
-#ifdef HAVE_STRING_H
-#include <string.h>
-#endif
-#ifdef HAVE_STDDEF_H
-#include <stddef.h>
-#endif
-#ifdef HAVE_STDLIB_H
-#include <stdlib.h>
-#endif
-#ifdef HAVE_STDARG_H
-#include <stdarg.h>
-#endif
+
 #ifdef  HAVE_SYS_TYPES_H
 #include <sys/types.h>
 #endif
@@ -134,6 +127,19 @@ extern "C" {
 #ifdef HAVE_STDIO_H
 #include <stdio.h>
 #endif
+#ifdef HAVE_STRING_H
+#include <string.h>
+#endif
+#ifdef HAVE_STDDEF_H
+#include <stddef.h>
+#endif
+#ifdef HAVE_STDLIB_H
+#include <stdlib.h>
+#endif
+#ifdef HAVE_STDARG_H
+#include <stdarg.h>
+#endif
+
 #endif
 
 #ifdef HAVE_FFTW