/* config.h. Generated by configure. */ /* * Copyright 2001 The Regents of the University of California * All Rights Reserved * * Permission to use, copy, modify and distribute any part of this * iffinder software package for educational, research and non-profit * purposes, without fee, and without a written agreement is hereby * granted, provided that the above copyright notice, this paragraph * and the following paragraphs appear in all copies. * * Those desiring to incorporate this into commercial products or use * for commercial purposes should contact the Technology Transfer * Office, University of California, San Diego, 9500 Gilman Drive, La * Jolla, CA 92093-0910, Ph: (858) 534-5815, FAX: (858) 534-7345. * * IN NO EVENT SHALL THE UNIVERSITY OF CALIFORNIA BE LIABLE TO ANY * PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL * DAMAGES, INCLUDING LOST PROFITS, ARISING OUT OF THE USE OF THIS * SOFTWARE, EVEN IF THE UNIVERSITY OF CALIFORNIA HAS BEEN ADVISED OF * THE POSSIBILITY OF SUCH DAMAGE. * * THE SOFTWARE PROVIDED HEREIN IS ON AN "AS IS" BASIS, AND THE * UNIVERSITY OF CALIFORNIA HAS NO OBLIGATION TO PROVIDE MAINTENANCE, * SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. THE UNIVERSITY * OF CALIFORNIA MAKES NO REPRESENTATIONS AND EXTENDS NO WARRANTIES * OF ANY KIND, EITHER IMPLIED OR EXPRESS, INCLUDING, BUT NOT LIMITED * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A * PARTICULAR PURPOSE, OR THAT THE USE OF THE SOFTWARE WILL NOT INFRINGE * ANY PATENT, TRADEMARK OR OTHER RIGHTS. * * The iffinder software package is developed by Ken Keys at the * University of California, San Diego under the Cooperative Association * for Internet Data Analysis (CAIDA) Program. */ /* config.h.in. */ /* Undefine NDEBUG to enable debugging with assert() */ /* #undef NDEBUG */ /* Define to empty if the keyword does not work. */ #define const /* Define as __inline if that's what the C compiler calls it. */ #define inline /* Define to `long' if doesn't define. */ #define off_t long /* Define as the return type of signal handlers (int or void). */ #define RETSIGTYPE int /* Define if you have the ANSI C header files. */ #define STDC_HEADERS 1 /* Define if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel and VAX). */ #define WORDS_BIGENDIAN 0 /* Define if you have the inet_aton function. */ #define HAVE_INET_ATON 1 /* Define if you have the select function. */ #define HAVE_SELECT 1 /* Define if you have the socket function. */ #define HAVE_SOCKET 1 /* Define if you have the strerror function. */ #define HAVE_STRERROR 1 /* Define if you have the strstr function. */ #define HAVE_STRSTR 1 /* Define if you have the strcasecmp function. */ /* #undef HAVE_STRCASECMP */ /* Define if you have the strsep function. */ /* #undef HAVE_STRSEP */ #ifndef HAVE_STRSEP char *strsep(char **strp, const char *delim); #endif /* Define if you have the vsnprintf function. */ #define HAVE_VSNPRINTF 1 /* Define if you have the header file. */ #define HAVE_SYS_SELECT_H 1 /* Define if you have the header file. */ #define HAVE_SYS_TIME_H 1 /* Define if you have the header file. */ /* #undef HAVE_UNISTD_H */ /* Define if you have the nsl library (-lnsl). */ /* #undef HAVE_LIBNSL */ /* Define if you have the socket library (-lsocket). */ /* #undef HAVE_LIBSOCKET */