modules/up/src/rpsl/config.h
/* [<][>][^][v][top][bottom][index][help] */
FUNCTIONS
This source file includes following functions.
1 /* config.h. Generated automatically by configure. */
2 /* config.h.in. Generated automatically from configure.in by autoheader. */
3 /* $Id: config.h.in,v 1.1.1.1 2000/03/10 16:32:22 engin Exp $
4 // Copyright (c) 1994 by the University of Southern California
5 // All rights reserved.
6 //
7 // Permission to use, copy, modify, and distribute this software and its
8 // documentation in source and binary forms for lawful non-commercial
9 // purposes and without fee is hereby granted, provided that the above
10 // copyright notice appear in all copies and that both the copyright
11 // notice and this permission notice appear in supporting documentation,
12 // and that any documentation, advertising materials, and other materials
13 // related to such distribution and use acknowledge that the software was
14 // developed by the University of Southern California, Information
15 // Sciences Institute. The name of the USC may not be used to endorse or
16 // promote products derived from this software without specific prior
17 // written permission.
18 //
19 // THE UNIVERSITY OF SOUTHERN CALIFORNIA DOES NOT MAKE ANY
20 // REPRESENTATIONS ABOUT THE SUITABILITY OF THIS SOFTWARE FOR ANY
21 // PURPOSE. THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
22 // IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
23 // WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE,
24 // TITLE, AND NON-INFRINGEMENT.
25 //
26 // IN NO EVENT SHALL USC, OR ANY OTHER CONTRIBUTOR BE LIABLE FOR ANY
27 // SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES, WHETHER IN CONTRACT, TORT,
28 // OR OTHER FORM OF ACTION, ARISING OUT OF OR IN CONNECTION WITH, THE USE
29 // OR PERFORMANCE OF THIS SOFTWARE.
30 //
31 // Questions concerning this software should be directed to
32 // ratoolset@isi.edu.
33 //
34 // Author(s): Cengiz Alaettinoglu <cengiz@isi.edu>
35 */
36
37 #ifndef CONFIG_H
38 #define CONFIG_H
39
40
41 /* Define to empty if the keyword does not work. */
42 /* #undef const */
43
44 /* Define to `unsigned' if <sys/types.h> doesn't define. */
45 /* #undef size_t */
46
47 /* Define if you have the ANSI C header files. */
48 #define STDC_HEADERS 1
49
50 /* Define if you can safely include both <sys/time.h> and <time.h>. */
51 #define TIME_WITH_SYS_TIME 1
52
53 /* Define if your processor stores words with the most significant
54 byte first (like Motorola and SPARC, unlike Intel and VAX). */
55 #define WORDS_BIGENDIAN 1
56
57 /* Define if you have the timeval defined in sys/time.h. */
58 #define HAVE_TIMEVAL 1
59
60 /* Define if your machine has BSD style udp headers,
61 you can tell this if it has field uh_ulen instead of len */
62 /* #undef HAVE_BSD_STYLE_UDPHDR */
63
64 /* Define if accept in your system uses (socklen_t *) as the last parameter,
65 as opposed to (int *) */
66 #define ACCEPT_USES_SOCKLEN_T 1
67
68 /* Define if rusage type uses timeval to define ru_utime. */
69 #define RUSAGE_USES_TIMEVAL 1
70
71 /* Define if a prototype "extern u_short htons(...)" is needed */
72 /* #undef DEFINE_HTONS_WITH_ELLIPSIS */
73
74 /* Define if a prototype "extern u_short htons(unsigned short)" is needed */
75 /* #undef DEFINE_HTONS_WITH_USHORT */
76
77 /* Define EXTRA_INCLUDE_DIRS to contain any special include directories
78 to find certain header files. */
79 #define EXTRA_INCLUDE_DIRS
80
81 /* Define EXTRA_LIBS to contain any special libraries that need to be
82 linked. */
83 #define EXTRA_LIBS
84
85 /* Define NEED_TO_DECLARE_SYS_ERRLIST if sys_errlist is not declared in
86 cerrno or stdio.h (defined in stdio.h in bsdi */
87 #define NEED_TO_DECLARE_SYS_ERRLIST 1
88
89 /* Define STRUCT_IP_USES_VHL if struct ip contains bit fields ip_v and
90 ip_hl or ip_vhl */
91 /* #undef STRUCT_IP_USES_VHL */
92
93 /* Define if you have the gettimeofday function. */
94 #define HAVE_GETTIMEOFDAY 1
95
96 /* Define if you have the memcpy function. */
97 #define HAVE_MEMCPY 1
98
99 /* Define if you have the socket function. */
100 /* #undef HAVE_SOCKET */
101
102 /* Define if you have the strstr function. */
103 #define HAVE_STRSTR 1
104
105 /* Define if you have the vsnprintf function. */
106 #define HAVE_VSNPRINTF 1
107
108 /* Define if you have the <limits.h> header file. */
109 #define HAVE_LIMITS_H 1
110
111 /* Define if you have the <malloc.h> header file. */
112 #define HAVE_MALLOC_H 1
113
114 /* Define if you have the <memory.h> header file. */
115 #define HAVE_MEMORY_H 1
116
117 /* Define if you have the <string.h> header file. */
118 #define HAVE_STRING_H 1
119
120 /* Define if you have the <sys/sockio.h> header file. */
121 #define HAVE_SYS_SOCKIO_H 1
122
123 /* Define if you have the <sys/time.h> header file. */
124 #define HAVE_SYS_TIME_H 1
125
126 /* Define if you have the <unistd.h> header file. */
127 #define HAVE_UNISTD_H 1
128
129 #ifdef __cplusplus
130 #include <typeinfo>
131 #endif /* __cplusplus */
132
133 #endif /* CONFIG_H */