diff options
author | Roland McGrath <roland@redhat.com> | 1994-07-25 23:46:16 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1994-07-25 23:46:16 +0000 |
commit | d2e23eefd2dfc6edf4bfef8453f39edb7f1ac89a (patch) | |
tree | 4dedafef858bbfee5ad5fbc3f2616c4383222d84 | |
parent | 55162a67309686f3b7c1fbbfdf49d2e1cd7ee752 (diff) | |
download | gunmake-d2e23eefd2dfc6edf4bfef8453f39edb7f1ac89a.tar.gz |
Added trailing CRs.
-rw-r--r-- | configh.dos.template | 130 |
1 files changed, 65 insertions, 65 deletions
diff --git a/configh.dos.template b/configh.dos.template index 5a1309f..66e92f9 100644 --- a/configh.dos.template +++ b/configh.dos.template @@ -1,65 +1,65 @@ -/* Generated automatically from configure.in by autoheader. DO NOT EDIT! */ - -#define INCLUDEDIR "c:/djgpp/include" -#define LIBDIR "c:/djgpp/lib" - -/* Define if you have dirent.h. */ -#define DIRENT - -/* Define if you have the strcoll function and it is properly defined. */ -#define HAVE_STRCOLL - -/* Define if you have unistd.h. */ -#define HAVE_UNISTD_H - -/* Define as the return type of signal handlers (int or void). */ -#define RETSIGTYPE void - -/* Define if you have the ANSI C header files. */ -#define STDC_HEADERS - -/* Define if `sys_siglist' is declared by <signal.h>. */ -#define SYS_SIGLIST_DECLARED - -/* Define if you have getdtablesize. */ -#define HAVE_GETDTABLESIZE - -/* Define if you have dup2. */ -#define HAVE_DUP2 - -/* Define if you have sys_siglist. */ -#undef HAVE_SYS_SIGLIST - -/* Define if you have _sys_siglist. */ -#undef HAVE__SYS_SIGLIST - -/* Define if you have psignal. */ -#define HAVE_PSIGNAL - -/* Define if you have getcwd. */ -#define HAVE_GETCWD - -/* Define if you have sigsetmask. */ -#define HAVE_SIGSETMASK - -/* Define if you have setlinebuf. */ -#define HAVE_SETLINEBUF - -/* Define if you have the <limits.h> header file. */ -#define HAVE_LIMITS_H - -/* Define if you have the <sys/param.h> header file. */ -#define HAVE_SYS_PARAM_H - -/* Define if you have the <fcntl.h> header file. */ -#define HAVE_FCNTL_H - -/* Define if you have the <string.h> header file. */ -#define HAVE_STRING_H - -/* Define if you have the <memory.h> header file. */ -#define HAVE_MEMORY_H - -#define INCLUDEDIR "c:/djgpp/include" -#define LIBDIR "c:/djgpp/lib" -#define SCCS_GET "get" +/* Generated automatically from configure.in by autoheader. DO NOT EDIT! */
+
+#define INCLUDEDIR "c:/djgpp/include"
+#define LIBDIR "c:/djgpp/lib"
+
+/* Define if you have dirent.h. */
+#define DIRENT
+
+/* Define if you have the strcoll function and it is properly defined. */
+#define HAVE_STRCOLL
+
+/* Define if you have unistd.h. */
+#define HAVE_UNISTD_H
+
+/* Define as the return type of signal handlers (int or void). */
+#define RETSIGTYPE void
+
+/* Define if you have the ANSI C header files. */
+#define STDC_HEADERS
+
+/* Define if `sys_siglist' is declared by <signal.h>. */
+#define SYS_SIGLIST_DECLARED
+
+/* Define if you have getdtablesize. */
+#define HAVE_GETDTABLESIZE
+
+/* Define if you have dup2. */
+#define HAVE_DUP2
+
+/* Define if you have sys_siglist. */
+#undef HAVE_SYS_SIGLIST
+
+/* Define if you have _sys_siglist. */
+#undef HAVE__SYS_SIGLIST
+
+/* Define if you have psignal. */
+#define HAVE_PSIGNAL
+
+/* Define if you have getcwd. */
+#define HAVE_GETCWD
+
+/* Define if you have sigsetmask. */
+#define HAVE_SIGSETMASK
+
+/* Define if you have setlinebuf. */
+#define HAVE_SETLINEBUF
+
+/* Define if you have the <limits.h> header file. */
+#define HAVE_LIMITS_H
+
+/* Define if you have the <sys/param.h> header file. */
+#define HAVE_SYS_PARAM_H
+
+/* Define if you have the <fcntl.h> header file. */
+#define HAVE_FCNTL_H
+
+/* Define if you have the <string.h> header file. */
+#define HAVE_STRING_H
+
+/* Define if you have the <memory.h> header file. */
+#define HAVE_MEMORY_H
+
+#define INCLUDEDIR "c:/djgpp/include"
+#define LIBDIR "c:/djgpp/lib"
+#define SCCS_GET "get"
|