Updated for GNU make 3.75.92.
authorPaul Smith <psmith@gnu.org>
Wed, 27 Aug 1997 20:36:31 +0000 (20:36 +0000)
committerPaul Smith <psmith@gnu.org>
Wed, 27 Aug 1997 20:36:31 +0000 (20:36 +0000)
config.ami.template
config.h-vms.template
config.h.W32.template
configh.dos.template

index be99846..1be0ccb 100644 (file)
 /* Define vfork as fork if vfork does not work.  */
 #undef vfork
 
+/* Name of this package (needed by automake) */
+#define PACKAGE "%PACKAGE%"
+
+/* Version of this package (needed by automake) */
+#define VERSION "%VERSION%"
+
 /* Define to the name of the SCCS `get' command.  */
 #define SCCS_GET "get"
 
index 513ea11..a41ae06 100644 (file)
 /* #undef NO_MINUS_C_MINUS_O */
 
 /* Define to `int' if <sys/types.h> doesn't define.  */
-#define pid_t int
+/* #undef pid_t */
 
 /* Define if the system does not provide POSIX.1 features except
    with this defined.  */
 /* #undef SYS_SIGLIST_DECLARED */
 
 /* Define to `int' if <sys/types.h> doesn't define.  */
-#define uid_t int
+/* #undef uid_t */
 
 /* Define for Encore UMAX.  */
 /* #undef UMAX */
    instead of <sys/cpustats.h>.  */
 /* #undef UMAX4_3 */
 
+/* Name of this package (needed by automake) */
+#define PACKAGE "%PACKAGE%"
+
+/* Version of this package (needed by automake) */
+#define VERSION "%VERSION%"
+
 /* Define vfork as fork if vfork does not work.  */
 /* #undef vfork */
 
index 9af79e2..cf8a888 100644 (file)
 /* Define vfork as fork if vfork does not work.  */
 #undef vfork
 
+/* Name of this package (needed by automake) */
+#define PACKAGE "%PACKAGE%"
+
+/* Version of this package (needed by automake) */
+#define VERSION "%VERSION%"
+
 /* Define to the name of the SCCS `get' command.  */
 #undef SCCS_GET
 #define SCCS_GET "echo no sccs get"
index 455c549..852b6f8 100644 (file)
@@ -1,80 +1,24 @@
 /* Generated automatically from configure.in by autoheader.  DO NOT EDIT!  */\r
 \r
-#define INCLUDEDIR "c:/djgpp/include"\r
-#define LIBDIR "c:/djgpp/lib"\r
+/* Many things are defined already by a system header.  */\r
+#include <sys/config.h>\r
 \r
-/* Define if you have dirent.h.  */\r
-#define HAVE_DIRENT_H\r
+/* Name of this package (needed by automake) */\r
+#define PACKAGE "%PACKAGE%"\r
 \r
-/* Define if you have the strcoll function and it is properly defined.  */\r
-#define HAVE_STRCOLL\r
-\r
-/* Define if you have unistd.h.  */\r
-#define HAVE_UNISTD_H\r
-\r
-/* Define as the return type of signal handlers (int or void).  */\r
-#define RETSIGTYPE void\r
-\r
-/* Define if you have the ANSI C header files.  */\r
-#ifndef STDC_HEADERS\r
-#define STDC_HEADERS\r
-#endif\r
-\r
-/* Define if `sys_siglist' is declared by <signal.h>.  */\r
-#undef SYS_SIGLIST_DECLARED\r
-\r
-/* Define if you have sys_siglist.  */\r
-#undef HAVE_SYS_SIGLIST\r
-\r
-/* Define if you have _sys_siglist.  */\r
-#undef HAVE__SYS_SIGLIST\r
-\r
-/* Define if you have psignal.  */\r
-#define HAVE_PSIGNAL\r
-\r
-/* Define if you have strsignal.  */\r
-#undef HAVE_STRSIGNAL\r
+/* Version of this package (needed by automake) */\r
+#define VERSION "%VERSION%"\r
 \r
 /* Define NSIG.  */\r
 #define NSIG SIGMAX\r
 \r
-/* Define if you have getdtablesize.  */\r
-#define HAVE_GETDTABLESIZE\r
-\r
-/* Define if you have dup2.  */\r
-#define HAVE_DUP2\r
-\r
-/* Define if you have getcwd.  */\r
-#define HAVE_GETCWD\r
-\r
 /* Define if you have sigsetmask.  */\r
-#define HAVE_SIGSETMASK\r
-\r
-/* Define if you have setlinebuf.  */\r
-#define HAVE_SETLINEBUF\r
-\r
-/* Define if you have the <limits.h> header file.  */\r
-#define HAVE_LIMITS_H\r
-\r
-/* Define if you have the <sys/param.h> header file.  */\r
-#undef HAVE_SYS_PARAM_H\r
-\r
-/* Define if you have the <fcntl.h> header file.  */\r
-#define HAVE_FCNTL_H\r
-\r
-/* Define if you have the <string.h> header file.  */\r
-#define HAVE_STRING_H\r
+#define HAVE_SIGSETMASK 1\r
 \r
 /* Define if you have the <memory.h> header file.  */\r
-#define HAVE_MEMORY_H\r
+#define HAVE_MEMORY_H 1\r
 \r
 /* Define if you have the memmove function.  */\r
-#define HAVE_MEMMOVE\r
-\r
-/* Define if you have the `strerror' function.  */\r
-#define HAVE_STRERROR\r
-\r
-/* Define if you have the <sys/wait.h> header file.  */\r
-#define HAVE_SYS_WAIT_H\r
+#define HAVE_MEMMOVE 1\r
 \r
 #define SCCS_GET "get"\r