public
Description: A simple program to help you react more quickly to servers and services coming back online.
Homepage:
Clone URL: git://github.com/dustin/waitforsocket.git
waitforsocket / config.h.in
100644 23 lines (15 sloc) 0.597 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/* config.h.in. Generated automatically from configure.in by autoheader. */
 
/* Define as the return type of signal handlers (int or void). */
#undef RETSIGTYPE
 
/* Define if you have the ANSI C header files. */
#undef STDC_HEADERS
 
/* Define if you have the herror function. */
#undef HAVE_HERROR
 
/* Define if you have the select function. */
#undef HAVE_SELECT
 
/* Define if you have the socket function. */
#undef HAVE_SOCKET
 
/* Define if you have the <sys/select.h> header file. */
#undef HAVE_SYS_SELECT_H
 
/* Define if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H