Skip to content
Snippets Groups Projects
Commit 0d34a6d6 authored by Mirar (Pontus Hagland)'s avatar Mirar (Pontus Hagland)
Browse files

added missing HAVE_STRCOLL

Rev: src/acconfig.h:1.68
parent 6dda65eb
No related branches found
No related tags found
No related merge requests found
/* /*
* $Id: acconfig.h,v 1.67 2000/10/28 15:51:40 grubba Exp $ * $Id: acconfig.h,v 1.68 2000/11/27 12:20:20 mirar Exp $
*/ */
#ifndef MACHINE_H #ifndef MACHINE_H
#define MACHINE_H #define MACHINE_H
...@@ -184,6 +184,9 @@ ...@@ -184,6 +184,9 @@
/* Define if you have memcpy. */ /* Define if you have memcpy. */
#undef HAVE_MEMCPY #undef HAVE_MEMCPY
/* Define if you have strcoll */
#undef HAVE_STRCOLL
/* Define this if you have dlopen */ /* Define this if you have dlopen */
#undef HAVE_DLOPEN #undef HAVE_DLOPEN
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment