diff options
author | Roland McGrath <roland@redhat.com> | 1993-01-06 23:28:54 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1993-01-06 23:28:54 +0000 |
commit | e2622b0fea6164e79eb8a15c54f52c5a7c2ed3f4 (patch) | |
tree | 56d57ea0fc22ab891daaecbd8c499afa1dfd1a39 /make.h | |
parent | 99afb91aca61ec243cf8cfe5a970c43190f76254 (diff) | |
download | make-e2622b0fea6164e79eb8a15c54f52c5a7c2ed3f4.tar.gz make-e2622b0fea6164e79eb8a15c54f52c5a7c2ed3f4.tar.bz2 make-e2622b0fea6164e79eb8a15c54f52c5a7c2ed3f4.zip |
Formerly make.h.~62~
Diffstat (limited to 'make.h')
-rw-r--r-- | make.h | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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 |