//%2005//////////////////////////////////////////////////////////////////////// // // Copyright (c) 2000, 2001, 2002 BMC Software; Hewlett-Packard Development // Company, L.P.; IBM Corp.; The Open Group; Tivoli Systems. // Copyright (c) 2003 BMC Software; Hewlett-Packard Development Company, L.P.; // IBM Corp.; EMC Corporation, The Open Group. // Copyright (c) 2004 BMC Software; Hewlett-Packard Development Company, L.P.; // IBM Corp.; EMC Corporation; VERITAS Software Corporation; The Open Group. // Copyright (c) 2005 Hewlett-Packard Development Company, L.P.; IBM Corp.; // EMC Corporation; VERITAS Software Corporation; The Open Group. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to // deal in the Software without restriction, including without limitation the // rights to use, copy, modify, merge, publish, distribute, sublicense, and/or // sell copies of the Software, and to permit persons to whom the Software is // furnished to do so, subject to the following conditions: // // THE ABOVE COPYRIGHT NOTICE AND THIS PERMISSION NOTICE SHALL BE INCLUDED IN // ALL COPIES OR SUBSTANTIAL PORTIONS OF THE SOFTWARE. THE SOFTWARE IS PROVIDED // "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT // LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR // PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT // HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN // ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // //============================================================================== /* config.h. Generated by configure. */ /* config.h.in. Generated from configure.ac by autoheader. */ /* Enable debugging options in build. */ #define DEBUG 1 /* Define to 1 if you have the header file. */ #define HAVE_INTTYPES_H 1 /* Define to 1 if you have the header file. */ #define HAVE_MEMORY_H 1 /* Define to 1 if you have the header file. */ #define HAVE_STDINT_H 1 /* Define to 1 if you have the header file. */ #define HAVE_STDLIB_H 1 /* Define to 1 if you have the header file. */ #define HAVE_STRINGS_H 1 /* Define to 1 if you have the header file. */ #define HAVE_STRING_H 1 /* Define to 1 if you have the header file. */ #define HAVE_SYS_STAT_H 1 /* Define to 1 if you have the header file. */ #define HAVE_SYS_TYPES_H 1 /* Define to 1 if you have the header file. */ #ifdef _WIN32 #define HAVE_UNISTD_H 0 #else #define HAVE_UNISTD_H 1 #endif /* OK to #include /linux/if.h */ #define HAVE_IF_H 1 /* Target Operation System */ #ifdef _WIN32 #define HOST_OS "Windows" #else #define HOST_OS "Linux" #endif /* Portability Header */ #ifdef _WIN32 #define OS_PORT_INCLUDE "lslp-windows.h" #else #define OS_PORT_INCLUDE "lslp-linux.h" #endif /* Define to the address where bug reports for this package should be sent. */ #define PACKAGE_BUGREPORT "lslp-bugs@lists.sourceforge.net" /* Define to the full name of this package. */ #define PACKAGE_NAME "slp" /* Define to the full name and version of this package. */ #define PACKAGE_STRING "slp 0.8 " /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "lslp.tar.gz" /* Define to the version of this package. */ #define PACKAGE_VERSION "0.8 " /* Target Processor */ #define PLATFORM "x86" /* Define to 1 if you have the ANSI C header files. */ #define STDC_HEADERS 1 #ifdef _WIN32 #define DLL_IMPORT __declspec(dllimport) #define DLL_EXPORT __declspec(dllexport) #else #define DLL_IMPORT #define DLL_EXPORT #endif /* #undef WORDS_BIG_ENDIAN */