/[dgee]/dgee/dglib/dgconf.h.in
ViewVC logotype

Diff of /dgee/dglib/dgconf.h.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.1.1 by csmith, Fri Jan 10 22:58:11 2003 UTC revision 1.2 by csmith, Sun Sep 21 10:47:29 2003 UTC
# Line 1  Line 1 
1  #ifndef _DG_CONFIG_H  /* dglib/dgconf.h.in.  Generated automatically from configure.in by autoheader.  */
 #define _DG_CONFIG_H  
2    
3  #  undef const  /* Define to empty if the keyword does not work.  */
4  #  undef HAVE_DOPRNT  #undef const
 #  undef HAVE_MMAP  
 #  undef HAVE_VPRINTF  
 #  undef RETSIGTYPE  
 #  undef size_t  
 #  undef STDC_HEADERS  
 #  undef HAVE_FLOCK_T  
 #  undef HAVE_LSTAT  
 #  undef HAVE_MEMMOVE  
 #  undef HAVE_SENENV  
 #  undef HAVE_SETLOCALE  
 #  undef HAVE_STRCASECMP  
 #  undef HAVE_STRPBRK  
 #  undef HAVE_TCGETATTR  
 #  undef HAVE_VSNPRINTF  
 #  undef HAVE_ISASCII  
 #  undef HAVE_ISXDIGIT  
 #  undef HAVE_GETHOSTNAME  
 #  undef HAVE_GETTIMEOFDAY  
 #  undef HAVE_SELECT  
 #  undef HAVE_SOCKET  
 #  undef HAVE_SYSCONF  
 #  undef HAVE_UNISTD_H  
 #  undef HAVE_STDLIB_H  
 #  undef HAVE_SYS_SOCKIO_H  
 #  undef HAVE_NET_IF_H  
 #  undef HAVE_NETINET_IN_H  
 #  undef HAVE_UUID_UUID_H  
 #  undef HAVE_SRANDOM  
5    
6  #undef DGVERSION  /* Define if you have a working `mmap' system call.  */
7  #undef VER_MINOR  #undef HAVE_MMAP
8    
9    /* Define if you have the strcoll function and it is properly defined.  */
10    #undef HAVE_STRCOLL
11    
12    /* Define if on MINIX.  */
13    #undef _MINIX
14    
15    /* Define if the system does not provide POSIX.1 features except
16       with this defined.  */
17    #undef _POSIX_1_SOURCE
18    
19    /* Define if you need to in order for stat and other things to work.  */
20    #undef _POSIX_SOURCE
21    
22    /* Define as the return type of signal handlers (int or void).  */
23    #undef RETSIGTYPE
24    
25    /* Define to `unsigned' if <sys/types.h> doesn't define.  */
26    #undef size_t
27    
28    /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly.  */
29    #undef STAT_MACROS_BROKEN
30    
31    /* Define if you have the ANSI C header files.  */
32    #undef STDC_HEADERS
33    
34    /* Define if your <sys/time.h> declares struct tm.  */
35    #undef TM_IN_SYS_TIME
36    
37    /* The number of bytes in a int.  */
38    #undef SIZEOF_INT
39    
40    /* The number of bytes in a long.  */
41    #undef SIZEOF_LONG
42    
43    /* Define if you have the gethostname function.  */
44    #undef HAVE_GETHOSTNAME
45    
46    /* Define if you have the getpagesize function.  */
47    #undef HAVE_GETPAGESIZE
48    
49    /* Define if you have the gettimeofday function.  */
50    #undef HAVE_GETTIMEOFDAY
51    
52    /* Define if you have the isascii function.  */
53    #undef HAVE_ISASCII
54    
55    /* Define if you have the isxdigit function.  */
56    #undef HAVE_ISXDIGIT
57    
58    /* Define if you have the lstat function.  */
59    #undef HAVE_LSTAT
60    
61    /* Define if you have the memmove function.  */
62    #undef HAVE_MEMMOVE
63    
64    /* Define if you have the select function.  */
65    #undef HAVE_SELECT
66    
67    /* Define if you have the setenv function.  */
68    #undef HAVE_SETENV
69    
70    /* Define if you have the setlocale function.  */
71    #undef HAVE_SETLOCALE
72    
73    /* Define if you have the socket function.  */
74    #undef HAVE_SOCKET
75    
76    /* Define if you have the srandom function.  */
77    #undef HAVE_SRANDOM
78    
79    /* Define if you have the strcasecmp function.  */
80    #undef HAVE_STRCASECMP
81    
82    /* Define if you have the strpbrk function.  */
83    #undef HAVE_STRPBRK
84    
85    /* Define if you have the sysconf function.  */
86    #undef HAVE_SYSCONF
87    
88    /* Define if you have the tcgetattr function.  */
89    #undef HAVE_TCGETATTR
90    
91    /* Define if you have the vsnprintf function.  */
92    #undef HAVE_VSNPRINTF
93    
94    /* Define if you have the <dirent.h> header file.  */
95    #undef HAVE_DIRENT_H
96    
97    /* Define if you have the <glib.h> header file.  */
98    #undef HAVE_GLIB_H
99    
100    /* Define if you have the <limits.h> header file.  */
101    #undef HAVE_LIMITS_H
102    
103    /* Define if you have the <locale.h> header file.  */
104    #undef HAVE_LOCALE_H
105    
106    /* Define if you have the <memory.h> header file.  */
107    #undef HAVE_MEMORY_H
108    
109    /* Define if you have the <ndir.h> header file.  */
110    #undef HAVE_NDIR_H
111    
112    /* Define if you have the <net/if.h> header file.  */
113    #undef HAVE_NET_IF_H
114    
115    /* Define if you have the <netinet/in.h> header file.  */
116    #undef HAVE_NETINET_IN_H
117    
118    /* Define if you have the <readline/readline.h> header file.  */
119    #undef HAVE_READLINE_READLINE_H
120    
121    /* Define if you have the <stdarg.h> header file.  */
122    #undef HAVE_STDARG_H
123    
124    /* Define if you have the <stdlib.h> header file.  */
125    #undef HAVE_STDLIB_H
126    
127    /* Define if you have the <string.h> header file.  */
128    #undef HAVE_STRING_H
129    
130    /* Define if you have the <strings.h> header file.  */
131    #undef HAVE_STRINGS_H
132    
133    /* Define if you have the <sys/dir.h> header file.  */
134    #undef HAVE_SYS_DIR_H
135    
136    /* Define if you have the <sys/file.h> header file.  */
137    #undef HAVE_SYS_FILE_H
138    
139    /* Define if you have the <sys/ndir.h> header file.  */
140    #undef HAVE_SYS_NDIR_H
141    
142    /* Define if you have the <sys/select.h> header file.  */
143    #undef HAVE_SYS_SELECT_H
144    
145    /* Define if you have the <sys/sockio.h> header file.  */
146    #undef HAVE_SYS_SOCKIO_H
147    
148    /* Define if you have the <unistd.h> header file.  */
149    #undef HAVE_UNISTD_H
150    
151    /* Define if you have the <uuid/uuid.h> header file.  */
152    #undef HAVE_UUID_UUID_H
153    
154    /* Define if you have the <varargs.h> header file.  */
155    #undef HAVE_VARARGS_H
156    
157    /* Define if you have the dl library (-ldl).  */
158    #undef HAVE_LIBDL
159    
160    /* Define if you have the socket library (-lsocket).  */
161    #undef HAVE_LIBSOCKET
162    
163    /* Define if you have the uuid library (-luuid).  */
164    #undef HAVE_LIBUUID
165    
166    /* Name of package */
167    #undef PACKAGE
168    
169    /* Version number of package */
170    #undef VERSION
171    
 #endif  

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26