1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05:00

stpcpy was not used in this file.

This commit is contained in:
Witold Filipczyk 2007-02-15 17:25:04 +01:00 committed by Kalle Olavi Niemitalo
parent 0e5b6af9b0
commit 2bf5372a29

View File

@ -1,10 +1,5 @@
/* Sessions managment - you'll find things here which you wouldn't expect */
/* stpcpy */
#ifndef _GNU_SOURCE
#define _GNU_SOURCE 1
#endif
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif