]> jfr.im git - irc/ircd-hybrid/bopm.git/commitdiff
setup.h.in:
authorandy <redacted>
Wed, 13 Feb 2002 19:58:04 +0000 (19:58 +0000)
committerandy <redacted>
Wed, 13 Feb 2002 19:58:04 +0000 (19:58 +0000)
/me reads as far as "autoheader" in the autoconf manual.

setup.h.in

index b5cdcc78d89a3f8895ba2855e1e830736b82ade4..adeff75e0cdde6ddc520c8becd62b4b7b4933aa6 100644 (file)
@@ -1,6 +1,43 @@
-/* ./configure sets all these as appropriate */
+/* setup.h.in.  Generated automatically from configure.in by autoheader.  */
 
-#define HAVE_FCNTL_H 1
-#define HAVE_SYS_TIME_H 1
-#define HAVE_UNISTD_H 1
+/* Define to empty if the keyword does not work.  */
+#undef const
 
+/* Define if you have the strftime function.  */
+#undef HAVE_STRFTIME
+
+/* Define as the return type of signal handlers (int or void).  */
+#undef RETSIGTYPE
+
+/* Define to `unsigned' if <sys/types.h> doesn't define.  */
+#undef size_t
+
+/* Define if you have the ANSI C header files.  */
+#undef STDC_HEADERS
+
+/* Define if you can safely include both <sys/time.h> and <time.h>.  */
+#undef TIME_WITH_SYS_TIME
+
+/* Define if your <sys/time.h> declares struct tm.  */
+#undef TM_IN_SYS_TIME
+
+/* Define if you have the select function.  */
+#undef HAVE_SELECT
+
+/* Define if you have the socket function.  */
+#undef HAVE_SOCKET
+
+/* Define if you have the strdup function.  */
+#undef HAVE_STRDUP
+
+/* Define if you have the strstr function.  */
+#undef HAVE_STRSTR
+
+/* Define if you have the <fcntl.h> header file.  */
+#undef HAVE_FCNTL_H
+
+/* Define if you have the <sys/time.h> header file.  */
+#undef HAVE_SYS_TIME_H
+
+/* Define if you have the <unistd.h> header file.  */
+#undef HAVE_UNISTD_H