Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028
00029
00030
00031 #if !defined(LT__GLIBC_H)
00032 #define LT__GLIBC_H 1
00033
00034 #if defined(LT_CONFIG_H)
00035 # include LT_CONFIG_H
00036 #else
00037 # include <config.h>
00038 #endif
00039
00040 #if !defined(HAVE_ARGZ_H) || !defined(HAVE_WORKING_ARGZ)
00041
00042
00043
00044
00045 # undef argz_append
00046 # define argz_append lt__argz_append
00047 # undef argz_create_sep
00048 # define argz_create_sep lt__argz_create_sep
00049 # undef argz_insert
00050 # define argz_insert lt__argz_insert
00051 # undef argz_next
00052 # define argz_next lt__argz_next
00053 # undef argz_stringify
00054 # define argz_stringify lt__argz_stringify
00055 #endif
00056
00057 #ifdef __cplusplus
00058 extern "C" {
00059 #endif
00060
00061 #include <argz.h>
00062
00063 #ifdef __cplusplus
00064 }
00065 #endif
00066
00067 # define slist_concat lt__slist_concat
00068 # define slist_cons lt__slist_cons
00069 # define slist_delete lt__slist_delete
00070 # define slist_remove lt__slist_remove
00071 # define slist_reverse lt__slist_reverse
00072 # define slist_sort lt__slist_sort
00073 # define slist_tail lt__slist_tail
00074 # define slist_nth lt__slist_nth
00075 # define slist_find lt__slist_find
00076 # define slist_length lt__slist_length
00077 # define slist_foreach lt__slist_foreach
00078 # define slist_box lt__slist_box
00079 # define slist_unbox lt__slist_unbox
00080
00081 #include <slist.h>
00082
00083 #endif