/* config.h.  Generated automatically by configure.  */
/* config.h.in.  Generated automatically from configure.in by autoheader.  */

/* Define if on AIX 3.
   System headers sometimes define this.
   We just want to avoid a redefinition error message.  */
#ifndef _ALL_SOURCE
/* #undef _ALL_SOURCE */
#endif

/* Define to empty if the keyword does not work.  */
/* #undef const */

/* Define if you need to in order for stat and other things to work.  */
/* #undef _POSIX_SOURCE */

/* Define to `unsigned' if <sys/types.h> doesn't define.  */
/* #undef size_t */

/* Define if you have the ANSI C header files.  */
#define STDC_HEADERS 1

/* Define if the X Window System is missing or not being used.  */
#define X_DISPLAY_MISSING 1

/* HAS_X11LIBS:
 *     This symbol, if defined, indicates that the C program can use X11
 *     directly.
 */
/* #undef HAS_X11LIBS */

/* HAS_TCLXLIBS:
 *     This symbol, if defined, indicates that Modules should support
 *     extended TCL (tclX) commands.
 */
/* #undef HAS_TCLXLIBS */

/* CACHE_UMASK:
 *     This symbol, if defined, is used as the umask for creating
 *     cachefiles for the module avail command.
 */
/* #undef CACHE_UMASK */

/* CACHE_AVAIL:
 *     This symbol, if defined, indicates that Modules should cache the
 *     directories in MODULEPATH when doing an avail.
 */
#define CACHE_AVAIL 1

/* EVAL_ALIAS:
 *     This symbol, if defined, indicates that Modules should ask the sheel
 *     to evaluate aliases via stdout like other environment changes instead
 *     of opening a file and then asking the shell to source the file and
 *     then remove it.
 */
/* #undef EVAL_ALIAS */

/* AUTOLOADPATH:
 *     This symbol, if defined, is the "default" path of directories
 *     Tcl will look for functions to autoload.  It is space separated!
 */
/* #undef AUTOLOADPATH */

/* HAS_BOURNE_FUNCS:
 *     This symbol, if defined, indicates that Modules should ask the sheel
 *     to evaluate aliases via stdout like other environment changes instead
 *     of opening a file and then asking the shell to source the file and
 *     then remove it.
 */
#define HAS_BOURNE_FUNCS 1

/* LMSPLIT_SIZE:
 *     This symbol, if defined, will force the environment variable
 *     _LM_FILES to be split into smaller "chunks".
 */
/* #undef LMSPLIT_SIZE */

/* FORCE_PATH:
 *     This symbol, if defined, is the "default" path built-in to the
 *     modulecmd app. Note: There is no longer a FORCE_PATH_BASE!
 */
/* #undef FORCE_PATH */
#define FORCE_PATH_SACRED  NULL
#define FORCE_LD_LIBRARY_PATH_SACRED NULL

/* PHOSTNAME:
 *      Last resort to get the hostname, if uname() and gethostname()
 *      are not available.
 */
#define PHOSTNAME "/usr/local/bin/hostname"

/* CPPSTDIN:
 * This symbol contains the first part of the string which will invoke
 * the C preprocessor on the standard input and produce to standard
 * output.  Typical value of "cc -E" or "/lib/cpp".
 */
#define CPPSTDIN "cc -E"

/* CPPMINUS:
 * This symbol contains the second part of the string which will invoke
 * the C preprocessor on the standard input and produce to standard
 * output.  This symbol will have the value "-" if CPPSTDIN needs a minus
 * to specify standard input, otherwise the value is "".
 */
#define CPPMINUS ""

/* USE_FREE:
 * By default, we will not call free() for any dynamic data. This
 * define enables these calls again.
 */
/* #undef USE_FREE */

/* VERSIONPATH:
 * Directory that contains the env.modules version files.
 */
#define VERSIONPATH "/usr/local/Modules/versions"

/* DOT_EXT:
 * Set this to some extension value (e.g. .ext) to be append onto
 * each shell dot-file name in the list for each shell for processing
 * the "module init*" commands.  For example - C-shell: .cshrc.ext,
 * .login.ext.
 */
/* #undef DOT_EXT */

/* VERSIONPATH:
 * Directory that contains the env.modules version files.
 */
#define VERSIONPATH "/usr/local/Modules/versions"

/* DOT_EXT:
 * Set this to some extension value (e.g. .ext) to be append onto
 * each shell dot-file name in the list for each shell for processing
 * the "module init*" commands.  For example - C-shell: .cshrc.ext,
 * .login.ext.
 */
#define DOT_EXT ""

/* VERSIONPATH:
 * Directory that contains the env.modules version files.
 */
#define VERSIONPATH "/usr/local/Modules/versions"

/* DOT_EXT:
 * Set this to some extension value (e.g. .ext) to be append onto
 * each shell dot-file name in the list for each shell for processing
 * the "module init*" commands.  For example - C-shell: .cshrc.ext,
 * .login.ext.
 */
#define DOT_EXT ""

/* VERSION_MAGIC:
 * By default, .version files will require to have the modulefile
 * magic cookie to be valid, else an error message will be printed out.
 * Set to 0 to disable.
 */
#define VERSION_MAGIC 1

/* WITH_DEBUG_INFO:
 *      Debug info level if defined
 */
/* #undef WITH_DEBUG_INFO */

/* WITH_LOGGING:
 *      Syslog logging and facilities
 */
/* #undef WITH_LOGGING */
/* #undef WITH_LOG_DIR */
/* #undef WITH_LOG_FACILITY_VERBOSE */
/* #undef WITH_LOG_FACILITY_INFO */
/* #undef WITH_LOG_FACILITY_DEBUG */
/* #undef WITH_LOG_FACILITY_TRACE */
/* #undef WITH_LOG_FACILITY_WARN */
/* #undef WITH_LOG_FACILITY_PROB */
/* #undef WITH_LOG_FACILITY_ERROR */
/* #undef WITH_LOG_FACILITY_FATAL */
/* #undef WITH_LOG_FACILITY_PANIC */

/* Tracing */
/* #undef WITH_TRACE_LOAD */
/* #undef WITH_TRACE_UNLOAD */
/* #undef WITH_TRACE_SWITCH */
/* #undef WITH_TRACE_DISP */
/* #undef WITH_TRACE_LIST */
/* #undef WITH_TRACE_AVAIL */
/* #undef WITH_TRACE_HELP */
/* #undef WITH_TRACE_INIT */
/* #undef WITH_TRACE_USE */
/* #undef WITH_TRACE_UNUSE */
/* #undef WITH_TRACE_UPDATE */
/* #undef WITH_TRACE_PURGE */
/* #undef WITH_TRACE_CLEAR */
/* #undef WITH_TRACE_WHATIS */
/* #undef WITH_TRACE_APROPOS */

/* Define if you have the dup2 function.  */
#define HAVE_DUP2 1

/* Define if you have the getdomainname function.  */
#define HAVE_GETDOMAINNAME 1

/* Define if you have the gethostname function.  */
#define HAVE_GETHOSTNAME 1

/* Define if you have the strdup function.  */
#define HAVE_STRDUP 1

/* Define if you have the strtok function.  */
#define HAVE_STRTOK 1

/* Define if you have the syslog function.  */
#define HAVE_SYSLOG 1

/* Define if you have the tempnam function.  */
#define HAVE_TEMPNAM 1

/* Define if you have the tmpnam function.  */
#define HAVE_TMPNAM 1

/* Define if you have the uname function.  */
#define HAVE_UNAME 1

/* Define if you have the <ctype.h> header file.  */
#define HAVE_CTYPE_H 1

/* Define if you have the <dirent.h> header file.  */
#define HAVE_DIRENT_H 1

/* Define if you have the <errno.h> header file.  */
#define HAVE_ERRNO_H 1

/* Define if you have the <fcntl.h> header file.  */
#define HAVE_FCNTL_H 1

/* Define if you have the <memory.h> header file.  */
#define HAVE_MEMORY_H 1

/* Define if you have the <ndir.h> header file.  */
/* #undef HAVE_NDIR_H */

/* Define if you have the <stdarg.h> header file.  */
#define HAVE_STDARG_H 1

/* Define if you have the <stdlib.h> header file.  */
#define HAVE_STDLIB_H 1

/* Define if you have the <string.h> header file.  */
#define HAVE_STRING_H 1

/* Define if you have the <sys/dir.h> header file.  */
/* #undef HAVE_SYS_DIR_H */

/* Define if you have the <sys/ioctl.h> header file.  */
#define HAVE_SYS_IOCTL_H 1

/* Define if you have the <sys/mode.h> header file.  */
/* #undef HAVE_SYS_MODE_H */

/* Define if you have the <sys/ndir.h> header file.  */
/* #undef HAVE_SYS_NDIR_H */

/* Define if you have the <sys/param.h> header file.  */
#define HAVE_SYS_PARAM_H 1

/* Define if you have the <sys/stat.h> header file.  */
#define HAVE_SYS_STAT_H 1

/* Define if you have the <sys/termios.h> header file.  */
#define HAVE_SYS_TERMIOS_H 1

/* Define if you have the <syslog.h> header file.  */
#define HAVE_SYSLOG_H 1

/* Define if you have the <termio.h> header file.  */
/* #undef HAVE_TERMIO_H */

/* Define if you have the <unistd.h> header file.  */
#define HAVE_UNISTD_H 1

/* Define if you have the <varargs.h> header file.  */
/* #undef HAVE_VARARGS_H */

/* Define if you have the dl library (-ldl).  */
#define HAVE_LIBDL 1

/* Define if you have the m library (-lm).  */
#define HAVE_LIBM 1

/* Define if you have the nsl library (-lnsl).  */
/* #undef HAVE_LIBNSL */

/* Define if you have the socket library (-lsocket).  */
/* #undef HAVE_LIBSOCKET */


syntax highlighted by Code2HTML, v. 0.9.1