changeset 20337:4b08a6bb9bd1

update fsf address cpp-indent
author Jim Meyering <jim@meyering.net>
date Sun, 14 Jul 1996 23:59:45 +0000
parents fecea301b3e2
children 8ec75ff456b5
files lib/stripslash.c
diffstat 1 files changed, 9 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/lib/stripslash.c	Sun Jul 14 21:47:23 1996 +0000
+++ b/lib/stripslash.c	Sun Jul 14 23:59:45 1996 +0000
@@ -12,13 +12,17 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program; if not, write to the Free Software
-   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
+   along with this program; if not, write to the Free Software Foundation,
+   Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
-#if defined(STDC_HEADERS) || defined(USG)
-#include <string.h>
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
+#if defined(STDC_HEADERS) || defined(HAVE_STRING_H)
+# include <string.h>
 #else
-#include <strings.h>
+# include <strings.h>
 #endif
 
 /* Remove trailing slashes from PATH.