Formerly make.h.~62~
authorRoland McGrath <roland@redhat.com>
Wed, 6 Jan 1993 23:28:54 +0000 (23:28 +0000)
committerRoland McGrath <roland@redhat.com>
Wed, 6 Jan 1993 23:28:54 +0000 (23:28 +0000)
make.h

diff --git a/make.h b/make.h
index b55dc29..4744285 100644 (file)
--- a/make.h
+++ b/make.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1988, 1989, 1990, 1991, 1992 Free Software Foundation, Inc.
+/* Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993 Free Software Foundation, Inc.
 This file is part of GNU Make.
 
 GNU Make is free software; you can redistribute it and/or modify
@@ -125,8 +125,7 @@ extern unsigned int get_path_max ();
 #endif
 
 
-#if    (defined (STDC_HEADERS) || defined (__GNU_LIBRARY__) \
-        || defined (POSIX))
+#if    (defined (STDC_HEADERS) || defined (__GNU_LIBRARY__))
 #include <stdlib.h>
 #include <string.h>
 #define        ANSI_STRING