[Spread-cvs] commit: r344 - trunk/stdutil/src/stdutil/private

jschultz at spread.org jschultz at spread.org
Tue Mar 14 17:44:46 EST 2006


Author: jschultz
Date: 2006-03-14 17:44:46 -0500 (Tue, 14 Mar 2006)
New Revision: 344

Added:
   trunk/stdutil/src/stdutil/private/stdarch.h
Log:
Added missing stdarch file



Added: trunk/stdutil/src/stdutil/private/stdarch.h
===================================================================
--- trunk/stdutil/src/stdutil/private/stdarch.h	                        (rev 0)
+++ trunk/stdutil/src/stdutil/private/stdarch.h	2006-03-14 22:44:46 UTC (rev 344)
@@ -0,0 +1,32 @@
+/* Copyright (c) 2000-2005, The Johns Hopkins University
+ * All rights reserved.
+ *
+ * The contents of this file are subject to a license (the ``License'')
+ * that is the exact equivalent of the BSD license as of July 23, 1999.
+ * You may not use this file except in compliance with the License. The
+ * specific language governing the rights and limitations of the License
+ * can be found in the file ``STDUTIL_LICENSE'' found in this
+ * distribution.
+ *
+ * Software distributed under the License is distributed on an AS IS
+ * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied.
+ *
+ * The Original Software is:
+ *     The Stdutil Library
+ *
+ * Contributors:
+ *     Creator - John Lane Schultz (jschultz at cnds.jhu.edu)
+ *     The Center for Networking and Distributed Systems
+ *         (CNDS - http://www.cnds.jhu.edu)
+ */
+
+#ifndef stdarch_h_2005_07_12_00_51_28_jschultz_at_cnds_jhu_edu
+#define stdarch_h_2005_07_12_00_51_28_jschultz_at_cnds_jhu_edu
+
+#ifdef _WIN32
+#  include <stdutil/private/stdarch_wintel32.h>
+#else
+#  include <stdutil/private/stdarch_autoconf.h>
+#endif
+
+#endif




More information about the Spread-cvs mailing list