modules/up/src/Core/config.h
/* [<][>][^][v][top][bottom][index][help] */
FUNCTIONS
This source file includes following functions.
/* config.h. Generated automatically by configure. */
/* config.h.in. Generated automatically from configure.in by autoheader. */
/* $Id: config.h,v 1.1.1.1 2000/03/10 16:32:19 engin Exp $
//
// Copyright (c) 1994 by the University of Southern California
// All rights reserved.
//
// Permission to use, copy, modify, and distribute this software and
// its documentation in source and binary forms for lawful
// non-commercial purposes and without fee is hereby granted, provided
// that the above copyright notice appear in all copies and that both
// the copyright notice and this permission notice appear in supporting
// documentation, and that any documentation, advertising materials,
// and other materials related to such distribution and use acknowledge
// that the software was developed by the University of Southern
// California, Information Sciences Institute and/or the International
// Business Machines Corporation. The name of the USC may not
// be used to endorse or promote products derived from this software
// without specific prior written permission.
//
// NEITHER THE UNIVERSITY OF SOUTHERN CALIFORNIA NOR INTERNATIONAL
// BUSINESS MACHINES CORPORATION MAKES ANY REPRESENTATIONS ABOUT
// THE SUITABILITY OF THIS SOFTWARE FOR ANY PURPOSE. THIS SOFTWARE IS
// PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES,
// INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, TITLE, AND
// NON-INFRINGEMENT.
//
// IN NO EVENT SHALL USC, OR ANY OTHER CONTRIBUTOR BE LIABLE FOR ANY
// SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES, WHETHER IN CONTRACT,
// TORT, OR OTHER FORM OF ACTION, ARISING OUT OF OR IN CONNECTION WITH,
// THE USE OR PERFORMANCE OF THIS SOFTWARE.
//
// Questions concerning this software should be directed to
// info-ra@isi.edu.
//
// Author(s): Cengiz Alaettinoglu <cengiz@isi.edu>
*/
#ifndef CONFIG_H
#define CONFIG_H
/************************* SITE CUSTOMIZATION *********************/
/************************* END SITE CUSTOMIZATION ****************/
/* Define if using alloca.c. */
/* #undef C_ALLOCA */
/* Define to empty if the keyword does not work. */
/* #undef const */
/* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
This function is required for alloca.c support on those systems. */
/* #undef CRAY_STACKSEG_END */
/* Define if you have alloca, as a function or macro. */
#define HAVE_ALLOCA 1
/* Define if you have <alloca.h> and it should be used (not on Ultrix). */
#define HAVE_ALLOCA_H 1
/* Define as __inline if that's what the C compiler calls it. */
/* #undef inline */
/* Define if the `setpgrp' function takes no argument. */
#define SETPGRP_VOID 1
/* If using the C implementation of alloca, define if you know the
direction of stack growth for your system; otherwise it will be
automatically deduced at run-time.
STACK_DIRECTION > 0 => grows toward higher addresses
STACK_DIRECTION < 0 => grows toward lower addresses
STACK_DIRECTION = 0 => direction of growth unknown
*/
/* #undef STACK_DIRECTION */
/* Define if you have the ANSI C header files. */
#define STDC_HEADERS 1
/* Define if you can safely include both <sys/time.h> and <time.h>. */
#define TIME_WITH_SYS_TIME 1
/* Define if your <sys/time.h> declares struct tm. */
/* #undef TM_IN_SYS_TIME */
/* Define if your processor stores words with the most significant
byte first (like Motorola and SPARC, unlike Intel and VAX). */
#define WORDS_BIGENDIAN 1
/* Define if you have the timeval defined in sys/time.h. */
#define HAVE_TIMEVAL 1
/* Define if rusage type uses timeval to define ru_utime. */
#define RUSAGE_USES_TIMEVAL 1
/* Define if a prototype "extern u_short htons(...)" is needed */
/* #undef DEFINE_HTONS_WITH_ELLIPSIS */
/* Define if a prototype "extern u_short htons(unsigned short)" is needed */
/* #undef DEFINE_HTONS_WITH_USHORT */
/* Define EXTRA_INCLUDE_DIRS to contain any special include directories
to find certain header files. */
#define EXTRA_INCLUDE_DIRS
/* Define EXTRA_LIBS to contain any special libraries that need to be
linked. */
#define EXTRA_LIBS -lsocket -lnsl -ldl
/* Define SETPGRP_VOID if the kernel has a POSIX compliant setpgrp() */
#define SETPGRP_VOID 1
/* Define HOST_OS_IS_SOLARIS if we are configured for SunOS 5.x */
#define HOST_OS_IS_SOLARIS 1
/* Define HOST_OS_IS_FREEBSD if we are configured for FreeBSD */
/* #undef HOST_OS_IS_FREEBSD */
/* Define if we need to compile in tracing */
#define HAVE_TRACING 1
/* Define if we accept/recvfrom/... uses socklen_t instead of size_t as arg */
/* #undef ACCEPT_USES_SOCKLEN_T */
/* Define if we accept/recvfrom/... uses socklen_t instead of size_t as arg */
#define ACCEPT_USES_SIZE_T 1
/* Define if you have the flock function. */
/* #undef HAVE_FLOCK */
/* Define if you have the gettimeofday function. */
#define HAVE_GETTIMEOFDAY 1
/* Define if you have the lockf function. */
#define HAVE_LOCKF 1
/* Define if you have the select function. */
#define HAVE_SELECT 1
/* Define if you have the sigaction function. */
#define HAVE_SIGACTION 1
/* Define if you have the sigset function. */
/* #undef HAVE_SIGSET */
/* Define if you have the sigvec function. */
/* #undef HAVE_SIGVEC */
/* Define if you have the socket function. */
/* #undef HAVE_SOCKET */
/* Define if you have the strerror function. */
#define HAVE_STRERROR 1
/* Define if you have the vsnprintf function. */
#define HAVE_VSNPRINTF 1
/* Define if you have the <fcntl.h> header file. */
#define HAVE_FCNTL_H 1
/* Define if you have the <limits.h> header file. */
#define HAVE_LIMITS_H 1
/* Define if you have the <memory.h> header file. */
#define HAVE_MEMORY_H 1
/* Define if you have the <pcap.h> header file. */
/* #undef HAVE_PCAP_H */
/* Define if you have the <sys/time.h> header file. */
#define HAVE_SYS_TIME_H 1
/* Define if you have the <syslog.h> header file. */
#define HAVE_SYSLOG_H 1
/* Define if you have the <unistd.h> header file. */
#define HAVE_UNISTD_H 1
/* Define if you have the m library (-lm). */
#define HAVE_LIBM 1
/* Define if you have the z library (-lz). */
#define HAVE_LIBZ 1
#ifdef __cplusplus
#include <typeinfo>
#endif
#endif /* CONFIG_H */