]> ruin.nu Git - eonsl.git/commitdiff
Holds the version number and some other things..
authorMichael Andreen <harv@ruin.nu>
Wed, 27 Dec 2000 21:25:12 +0000 (21:25 +0000)
committerMichael Andreen <harv@ruin.nu>
Wed, 27 Dec 2000 21:25:12 +0000 (21:25 +0000)
config.h [new file with mode: 0644]

diff --git a/config.h b/config.h
new file mode 100644 (file)
index 0000000..8c57a76
--- /dev/null
+++ b/config.h
@@ -0,0 +1,28 @@
+/* config.h.  Generated automatically by configure.  */
+/* config.h.in.  Generated automatically from configure.in by autoheader.  */
+
+/* Name of package */
+#define PACKAGE "eonsl"
+
+/* Version number of package */
+#define VERSION "0.1"
+
+/* C++ compiler supports template repository */
+#define HAVE_TEMPLATE_REPOSITORY 1
+
+/* Defines if your system has the crypt function */
+#define HAVE_CRYPT 1
+
+/* Define the type of the third argument for getsockname
+ */
+#define ksize_t socklen_t
+
+/* Define if the C++ compiler supports BOOL */
+#define HAVE_BOOL 1
+
+/* Define if you have libz */
+#define HAVE_LIBZ 1
+
+/* Define if you have libpng */
+#define HAVE_LIBPNG 1
+