Skip to content
Snippets Groups Projects
Commit 09b7cde5 authored by Moe Jette's avatar Moe Jette
Browse files

Remove undef strlcpy to eliminate switch/elan build warning

parent 5fc467cc
No related branches found
No related tags found
No related merge requests found
#ifndef _STRLCPY_H #ifndef _STRLCPY_H
#define _STRLCPY_H #define _STRLCPY_H
#if HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include "config.h" # include "config.h"
# if (!HAVE_STRLCPY) # ifndef HAVE_STRLCPY
# undef strlcpy
# include <sys/types.h> # include <sys/types.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment