source: web/old/remctl-2.14/config.h.w32 @ f6f3e91

web
Last change on this file since f6f3e91 was f6f3e91, checked in by Jessica B. Hamrick <jhamrick@…>, 15 years ago

Preserve directory hierarchy (not sure what happened to it)

  • Property mode set to 100644
File size: 2.0 KB
Line 
1/* -*- c -*-
2 *
3 * This is a static, stripped-down version of config.h.in for Windows
4 * platforms.  It's hand-tweaked to define the right symbols so that
5 * remctl will build properly on Windows.  (This may include lying about
6 * certain features that don't matter on a Windows build.)
7 */
8
9/* Define to 1 if you have the declaration of `inet_ntoa', and to 0 if you
10   don't. */
11#define HAVE_DECL_INET_NTOA 1
12
13/* Define to 1 if you have the declaration of `snprintf', and to 0 if you
14   don't. */
15#define HAVE_DECL_SNPRINTF 1
16
17/* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
18   don't. */
19#define HAVE_DECL_VSNPRINTF 1
20
21/* Define to 1 if you have the `getaddrinfo' function. */
22/* Defined to empty in krb5 include files */
23#undef HAVE_GETADDRINFO
24#define HAVE_GETADDRINFO 1
25
26/* Define to 1 if you have the `getnameinfo' function. */
27/* Defined to empty in krb5 include files */
28#undef HAVE_GETNAMEINFO
29#define HAVE_GETNAMEINFO 1
30
31/* Define if your system has a working inet_ntoa function. */
32#define HAVE_INET_NTOA 1
33
34/* Define to 1 if you have the `krb5_free_keytab_entry_contents' function. */
35#define HAVE_KRB5_FREE_KEYTAB_ENTRY_CONTENTS 1
36
37/* Define to 1 if the system has the type `krb5_realm'. */
38#define HAVE_KRB5_REALM
39
40/* Define to 1 if the system has the type `long long'. */
41#define HAVE_LONG_LONG
42
43/* Define to 1 if you have the `setenv' function. */
44#define HAVE_SETENV 1
45
46/* Define if your system has a working snprintf function. */
47#define HAVE_SNPRINTF 1
48
49/* Define to 1 if you have the <string.h> header file. */
50/* Defined in krb5 include files */
51#ifndef HAVE_STRING_H
52# define HAVE_STRING_H 1
53#endif
54
55/* Define to 1 if the system has the type `struct sockaddr_storage'. */
56#define HAVE_STRUCT_SOCKADDR_STORAGE 1
57
58/* Define to 1 if you have the ANSI C header files. */
59#define STDC_HEADERS 1
60
61/* Define to 1 if the GSS-API library uses RFC-compliant OIDs. */
62#define HAVE_GSS_RFC_OIDS 1
63
64/* Define to 1 if you have the declaration of `gss_mech_krb5', and to 0 if you
65   don't. */
66#define HAVE_DECL_GSS_MECH_KRB5 1
Note: See TracBrowser for help on using the repository browser.