pike.git/
src/
acconfig.h
Branch:
Tag:
Non-build tags
All tags
No tags
2000-11-27
2000-11-27 12:20:20 by Mirar (Pontus Hagland) <pike@sort.mirar.org>
0d34a6d64133247a1b4b7304593c5b3365d7d3fa (
6
lines) (+
5
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
added missing HAVE_STRCOLL
Rev: src/acconfig.h:1.68
1:
/*
-
* $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 #define MACHINE_H
184:
/* Define if you have memcpy. */ #undef HAVE_MEMCPY
+
/* Define if you have strcoll */
+
#undef HAVE_STRCOLL
+
/* Define this if you have dlopen */ #undef HAVE_DLOPEN