aboutsummaryrefslogtreecommitdiff
path: root/Makefile.linux-gcc
diff options
context:
space:
mode:
authordrh <>2023-08-03 12:41:30 +0000
committerdrh <>2023-08-03 12:41:30 +0000
commit9b1334b7d3a31f80e43e3f467de38c8c645830bb (patch)
treefa7597448540efae8e41889398eb89bb172e56e5 /Makefile.linux-gcc
parentc874d60353c0a3ef592e1e77129b2b083a01af7f (diff)
downloadsqlite-9b1334b7d3a31f80e43e3f467de38c8c645830bb.tar.gz
sqlite-9b1334b7d3a31f80e43e3f467de38c8c645830bb.zip
Unix builds now assume the presence of nanosleep() in the standard library.
The -DHAVE_NANOSLEEP=0 compile-time option can be used to build on systems (if any still exist) where this is not the case. FossilOrigin-Name: 779d5dc8797ea246d0397f7e94b1be716b0baa735e8d9f5a6fc4cffd887a7420
Diffstat (limited to 'Makefile.linux-gcc')
-rw-r--r--Makefile.linux-gcc6
1 files changed, 0 insertions, 6 deletions
diff --git a/Makefile.linux-gcc b/Makefile.linux-gcc
index ad5d4dd09..fe7349ad4 100644
--- a/Makefile.linux-gcc
+++ b/Makefile.linux-gcc
@@ -22,12 +22,6 @@ TOP = ../sqlite
BCC = gcc -g -O0
#BCC = /opt/ancic/bin/c89 -0
-#### If the target operating system supports the "usleep()" system
-# call, then define the HAVE_USLEEP macro for all C modules.
-#
-#USLEEP =
-USLEEP = -DHAVE_USLEEP=1
-
#### If you want the SQLite library to be safe for use within a
# multi-threaded program, then define the following macro
# appropriately: