summaryrefslogtreecommitdiff
path: root/include/c-auto.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'include/c-auto.h.in')
-rw-r--r--include/c-auto.h.in70
1 files changed, 70 insertions, 0 deletions
diff --git a/include/c-auto.h.in b/include/c-auto.h.in
new file mode 100644
index 0000000..1eb5ceb
--- /dev/null
+++ b/include/c-auto.h.in
@@ -0,0 +1,70 @@
+/* c-auto.h.in. Generated automatically from configure.in by autoheader. */
+
+/* Define to empty if the keyword does not work. */
+#undef const
+
+/* Define if you have dirent.h. */
+#undef DIRENT
+
+/* Define if you don't have dirent.h, but have ndir.h. */
+#undef NDIR
+
+/* Define if you need to in order for stat and other things to work. */
+#undef _POSIX_SOURCE
+
+/* Define if you have the ANSI C header files. */
+#undef STDC_HEADERS
+
+/* Define if you don't have dirent.h, but have sys/dir.h. */
+#undef SYSDIR
+
+/* Define if you don't have dirent.h, but have sys/ndir.h. */
+#undef SYSNDIR
+
+/* Define if the closedir function returns void instead of int. */
+#undef VOID_CLOSEDIR
+
+/* Define if your putenv doesn't waste space when the same environment
+ variable is assigned more than once, with different (malloced)
+ values. This is true only on NetBSD/FreeBSD, as far as I know. See
+ xputenv.c. */
+/* #undef SMART_PUTENV */
+
+/* Define if you have memmove. */
+#undef HAVE_MEMMOVE
+
+/* Define if you have putenv. */
+#undef HAVE_PUTENV
+
+/* Define if you have the <assert.h> header file. */
+#undef HAVE_ASSERT_H
+
+/* Define if you have the <float.h> header file. */
+#undef HAVE_FLOAT_H
+
+/* Define if you have the <limits.h> header file. */
+#undef HAVE_LIMITS_H
+
+/* Define if you have the <memory.h> header file. */
+#undef HAVE_MEMORY_H
+
+/* Define if you have the <pwd.h> header file. */
+#undef HAVE_PWD_H
+
+/* Define if you have the <stdlib.h> header file. */
+#undef HAVE_STDLIB_H
+
+/* Define if you have the <string.h> header file. */
+#undef HAVE_STRING_H
+
+/* Define if you have the <unistd.h> header file. */
+#undef HAVE_UNISTD_H
+
+/* Define if you have the dnet library (-ldnet). */
+#undef HAVE_LIBDNET
+
+/* Define if you have the dnet_stub library (-ldnet_stub). */
+#undef HAVE_LIBDNET_STUB
+
+/* Define if you have the socket library (-lsocket). */
+#undef HAVE_LIBSOCKET