diff options
author | Pierre Ossman <ossman@cendio.se> | 2007-10-03 14:47:26 +0000 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2007-10-03 14:47:26 +0000 |
commit | cef65632734caf00fbf1b0e44672d0e3c533c52f (patch) | |
tree | bf5ec714f759e19143ecef82389693476cd1c150 /libltdl/config.h | |
parent | ce74146a817481c95942f4afee73d918ba82427d (diff) |
Assorted minor Windows compatibility fixes for recent code updates.
git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/lennart@1928 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'libltdl/config.h')
-rw-r--r-- | libltdl/config.h | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/libltdl/config.h b/libltdl/config.h index a04820a7..a4186d9a 100644 --- a/libltdl/config.h +++ b/libltdl/config.h @@ -2,22 +2,22 @@ /* config-h.in. Generated from configure.ac by autoheader. */ /* Define to 1 if you have the `argz_append' function. */ -#define HAVE_ARGZ_APPEND 1 +/* #undef HAVE_ARGZ_APPEND */ /* Define to 1 if you have the `argz_create_sep' function. */ -#define HAVE_ARGZ_CREATE_SEP 1 +/* #undef HAVE_ARGZ_CREATE_SEP */ /* Define to 1 if you have the <argz.h> header file. */ -#define HAVE_ARGZ_H 1 +/* #undef HAVE_ARGZ_H */ /* Define to 1 if you have the `argz_insert' function. */ -#define HAVE_ARGZ_INSERT 1 +/* #undef HAVE_ARGZ_INSERT */ /* Define to 1 if you have the `argz_next' function. */ -#define HAVE_ARGZ_NEXT 1 +/* #undef HAVE_ARGZ_NEXT */ /* Define to 1 if you have the `argz_stringify' function. */ -#define HAVE_ARGZ_STRINGIFY 1 +/* #undef HAVE_ARGZ_STRINGIFY */ /* Define to 1 if you have the <assert.h> header file. */ #define HAVE_ASSERT_H 1 @@ -42,10 +42,10 @@ /* #undef HAVE_DLD_H */ /* Define to 1 if you have the `dlerror' function. */ -#define HAVE_DLERROR 1 +/* #undef HAVE_DLERROR */ /* Define to 1 if you have the <dlfcn.h> header file. */ -#define HAVE_DLFCN_H 1 +/* #undef HAVE_DLFCN_H */ /* Define to 1 if you have the <dl.h> header file. */ /* #undef HAVE_DL_H */ @@ -57,7 +57,7 @@ #define HAVE_ERRNO_H 1 /* Define to 1 if the system has the type `error_t'. */ -#define HAVE_ERROR_T 1 +/* #undef HAVE_ERROR_T */ /* Define to 1 if you have the `index' function. */ /* #undef HAVE_INDEX */ @@ -66,7 +66,7 @@ #define HAVE_INTTYPES_H 1 /* Define if you have the libdl library or equivalent. */ -#define HAVE_LIBDL 1 +/* #undef HAVE_LIBDL */ /* Define to 1 if you have the <mach-o/dyld.h> header file. */ /* #undef HAVE_MACH_O_DYLD_H */ @@ -146,7 +146,7 @@ #define HAVE_UNISTD_H 1 /* Define if the OS needs help to load dependent libraries for dlopen(). */ -/* #undef LTDL_DLOPEN_DEPLIBS */ +#define LTDL_DLOPEN_DEPLIBS 1 /* Define to the sub-directory in which libtool stores uninstalled libraries. */ @@ -154,13 +154,13 @@ /* Define to the name of the environment variable that determines the dynamic library search path. */ -#define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH" +#define LTDL_SHLIBPATH_VAR "PATH" /* Define to the extension used for shared libraries, say, ".so". */ -#define LTDL_SHLIB_EXT ".so" +#define LTDL_SHLIB_EXT ".dll" /* Define to the system default library search path. */ -#define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/usr/lib/atlas:/usr/local/lib:/lib/i486-linux-gnu:/usr/lib/i486-linux-gnu:/usr/local/lib" +#define LTDL_SYSSEARCHPATH "/lib:/usr/lib" /* Define if dlsym() requires a leading underscore in symbol names. */ /* #undef NEED_USCORE */ @@ -187,7 +187,7 @@ /* #undef const */ /* Define to a type to use for `error_t' if it is not otherwise available. */ -/* #undef error_t */ +#define error_t int /* Define to `__inline__' or `__inline' if that's what the C compiler calls it, or to nothing if 'inline' is not supported under any name. */ |