rpm
4.5
|
00001 00005 /* XXX Portable shared libraries require rpmlib to contain these functions. */ 00006 00007 #include "system.h" 00008 00009 #if !defined(HAVE_BASENAME) 00010 #include "misc/basename.c" 00011 #endif 00012 00013 #if !defined(HAVE_GETCWD) 00014 #include "misc/getcwd.c" 00015 #endif 00016 00017 #if !defined(HAVE_GETWD) 00018 #include "misc/getwd.c" 00019 #endif 00020 00021 #if !defined(HAVE_PUTENV) 00022 #include "misc/putenv.c" 00023 #endif 00024 00025 #if defined(USE_GETMNTENT) 00026 #include "misc/getmntent.c" 00027 #endif 00028 00029 #if !defined(HAVE_REALPATH) 00030 #include "misc/realpath.c" 00031 #endif 00032 00033 #if !defined(HAVE_SETENV) 00034 #include "misc/setenv.c" 00035 #endif 00036 00037 #if !defined(HAVE_STPCPY) 00038 #include "misc/stpcpy.c" 00039 #endif 00040 00041 #if !defined(HAVE_STPNCPY) 00042 #include "misc/stpncpy.c" 00043 #endif 00044 00045 #if !defined(HAVE_STRCSPN) 00046 #include "misc/strcspn.c" 00047 #endif 00048 00049 #if !defined(HAVE_STRSPN) 00050 #include "misc/strdup.c" 00051 #endif 00052 00053 #if !defined(HAVE_STRERROR) 00054 #include "misc/error.c" 00055 #endif 00056 00057 #if !defined(HAVE_STRTOL) 00058 #include "misc/strtol.c" 00059 #endif 00060 00061 #if !defined(HAVE_STRTOUL) 00062 #include "misc/strtoul.c" 00063 #endif 00064 00065 #if !defined(HAVE_STRSPN) 00066 #include "misc/strspn.c" 00067 #endif 00068 00069 #if !defined(HAVE_STRSTR) 00070 #include "misc/strstr.c" 00071 #endif 00072 00073 #if defined(USE_GNU_GLOB) 00074 #include "misc/fnmatch.h" 00075 #include "misc/fnmatch.c" 00076 #include "misc/glob.h" 00077 #include "misc/glob.c" 00078 #endif