modules/up/src/rpsl/acconfig.h
/* [<][>][^][v][top][bottom][index][help] */
FUNCTIONS
This source file includes following functions.
1 /* $Id: acconfig.h,v 1.1.1.1 2000/03/10 16:32:22 engin Exp $
2 // Copyright (c) 1994 by the University of Southern California
3 // All rights reserved.
4 //
5 // Permission to use, copy, modify, and distribute this software and its
6 // documentation in source and binary forms for lawful non-commercial
7 // purposes and without fee is hereby granted, provided that the above
8 // copyright notice appear in all copies and that both the copyright
9 // notice and this permission notice appear in supporting documentation,
10 // and that any documentation, advertising materials, and other materials
11 // related to such distribution and use acknowledge that the software was
12 // developed by the University of Southern California, Information
13 // Sciences Institute. The name of the USC may not be used to endorse or
14 // promote products derived from this software without specific prior
15 // written permission.
16 //
17 // THE UNIVERSITY OF SOUTHERN CALIFORNIA DOES NOT MAKE ANY
18 // REPRESENTATIONS ABOUT THE SUITABILITY OF THIS SOFTWARE FOR ANY
19 // PURPOSE. THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
20 // IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
21 // WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE,
22 // TITLE, AND NON-INFRINGEMENT.
23 //
24 // IN NO EVENT SHALL USC, OR ANY OTHER CONTRIBUTOR BE LIABLE FOR ANY
25 // SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES, WHETHER IN CONTRACT, TORT,
26 // OR OTHER FORM OF ACTION, ARISING OUT OF OR IN CONNECTION WITH, THE USE
27 // OR PERFORMANCE OF THIS SOFTWARE.
28 //
29 // Questions concerning this software should be directed to
30 // ratoolset@isi.edu.
31 //
32 // Author(s): Cengiz Alaettinoglu <cengiz@isi.edu>
33 */
34
35 #ifndef CONFIG_H
36 #define CONFIG_H
37
38 @TOP@
39
40 /* Define if you have the gnu readline and history libraries. */
41 #undef HAVE_LIBREADLINE
42 #undef HAVE_LIBHISTORY
43 #undef HAVE_LIBTERMCAP
44
45 /* Define if you have the timestruc_t defined in sys/time.h. */
46 #undef HAVE_TIMESTRUC_T
47
48 /* Define if you have the timeval defined in sys/time.h. */
49 #undef HAVE_TIMEVAL
50
51 /* Define if your machine has BSD style udp headers,
52 you can tell this if it has field uh_ulen instead of len */
53 #undef HAVE_BSD_STYLE_UDPHDR
54
55 /* Define if accept in your system uses (socklen_t *) as the last parameter,
56 as opposed to (int *) */
57 #undef ACCEPT_USES_SOCKLEN_T
58
59 /* Define if rusage type uses timestruc_t to define ru_utime. */
60 #undef RUSAGE_USES_TIMESTRUC_T
61
62 /* Define if rusage type uses timeval to define ru_utime. */
63 #undef RUSAGE_USES_TIMEVAL
64
65 /* Define if a prototype "extern u_short htons(...)" is needed */
66 #undef DEFINE_HTONS_WITH_ELLIPSIS
67
68 /* Define if a prototype "extern u_short htons(unsigned short)" is needed */
69 #undef DEFINE_HTONS_WITH_USHORT
70
71 /* Define LD_SWITCH_X_SITE to contain any special flags your loader
72 may need to deal with X Windows. For instance, if you've defined
73 HAVE_X_WINDOWS above and your X libraries aren't in a place that
74 your loader can find on its own, you might want to add "-L/..." or
75 something similar. */
76 #undef LD_SWITCH_X_SITE
77
78 /* Define C_SWITCH_X_SITE to contain any special flags your compiler
79 may need to deal with X Windows. For instance, if you've defined
80 HAVE_X_WINDOWS above and your X include files aren't in a place that
81 your loader can find on its own, you might want to add "-I/..." or
82 something similar. */
83
84 #undef C_SWITCH_X_SITE
85
86 /* Define EXTRA_INCLUDE_DIRS to contain any special include directories
87 to find certain header files. */
88 #undef EXTRA_INCLUDE_DIRS
89
90 /* Define EXTRA_LIBS to contain any special libraries that need to be
91 linked. */
92 #undef EXTRA_LIBS
93
94 /* Define NEED_TO_DECLARE_SYS_ERRLIST if sys_errlist is not declared in
95 cerrno or stdio.h (defined in stdio.h in bsdi */
96 #undef NEED_TO_DECLARE_SYS_ERRLIST
97
98 /* Define STRUCT_IP_USES_VHL if struct ip contains bit fields ip_v and
99 ip_hl or ip_vhl */
100 #undef STRUCT_IP_USES_VHL
101
102 /* Define if you have the Tk_CreateMainWindow function */
103 #undef HAVE_TK_CREATEMAINWINDOW
104
105 @BOTTOM@
106
107 #ifdef __cplusplus
108 #include <typeinfo>
109 #endif /* __cplusplus */
110
111 #endif /* CONFIG_H */