File tree Expand file tree Collapse file tree 4 files changed +1
-7
lines changed Expand file tree Collapse file tree 4 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -343,7 +343,6 @@ cmake_pop_check_state()
343
343
#
344
344
# Header files.
345
345
#
346
- check_include_file (fcntl.h HAVE_FCNTL_H )
347
346
check_include_file (rpc/rpc.h HAVE_RPC_RPC_H )
348
347
check_include_file (net/if.h HAVE_NET_IF_H )
349
348
if (HAVE_RPC_RPC_H )
Original file line number Diff line number Diff line change 39
39
/* Define to 1 if you have the `EVP_DecryptInit_ex' function. */
40
40
#cmakedefine HAVE_EVP_DECRYPTINIT_EX 1
41
41
42
- /* Define to 1 if you have the <fcntl.h> header file. */
43
- #cmakedefine HAVE_FCNTL_H 1
44
-
45
42
/* Define to 1 if you have the `fork' function. */
46
43
#cmakedefine HAVE_FORK 1
47
44
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ if test "$ac_cv_prog_cc_c99" = "no"; then
30
30
fi
31
31
AC_LBL_C_INIT(V_CCOPT, V_INCLS)
32
32
33
- AC_CHECK_HEADERS ( fcntl.h rpc/rpc.h rpc/rpcent.h net/if.h )
33
+ AC_CHECK_HEADERS ( rpc/rpc.h rpc/rpcent.h net/if.h )
34
34
#
35
35
# Get the size of a void *, to know whether this is a 32-bit or 64-bit build.
36
36
#
Original file line number Diff line number Diff line change @@ -61,9 +61,7 @@ The Regents of the University of California. All rights reserved.\n";
61
61
62
62
#include <sys/stat.h>
63
63
64
- #ifdef HAVE_FCNTL_H
65
64
#include <fcntl.h>
66
- #endif
67
65
68
66
#ifdef HAVE_LIBCRYPTO
69
67
#include <openssl/crypto.h>
You can’t perform that action at this time.
0 commit comments